|
From: Jon O. <jon...@us...> - 2008-06-03 20:13:41
|
Update of /cvsroot/mxbb/mx_radiocast/radiocast_mod In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv3349/radiocast_mod Modified Files: radiocast_common.php Log Message: Final updates mxBB -> MXP and alike... Index: radiocast_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_radiocast/radiocast_mod/radiocast_common.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** radiocast_common.php 21 Mar 2008 08:51:09 -0000 1.4 --- radiocast_common.php 3 Jun 2008 20:13:37 -0000 1.5 *************** *** 26,30 **** } ! include($radiocast_root_path . 'radiocast_constants.'.$phpEx); // --- 26,30 ---- } ! include($radiocast_root_path . 'radiocast_constants.'.$phpEx); // *************** *** 64,68 **** $radiocast_module_copy = $module['module_copy']; $radiocast_module_name = $module['module_name']; ! $radiocast_module_version = $module['module_version']; } --- 64,68 ---- $radiocast_module_copy = $module['module_copy']; $radiocast_module_name = $module['module_name']; ! $radiocast_module_version = $module['module_version']; } *************** *** 72,76 **** $radiocast_module_copyright = '<div align="center" class="gensmall" style="font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: -1px">'; $radiocast_module_copyright .= 'mxBB <i> - ' . $radiocast_module_name . '</i> ' . $radiocast_module_version . ' © 2007 is powered by <a href="http://www.mxbb.net/">OryNider</a><br />'; ! $radiocast_module_copyright .= '[based on © 2003 <a href="http://cfmanager.net.tf" target="_blank">Cf Manager</a> & mxBB <i> - Music Center</i> v2.0.x © 2007, modified by <a href="http://www.mx-system.com/">MX-Team</a>]'; $radiocast_module_copyright .= '</div>'; } --- 72,76 ---- $radiocast_module_copyright = '<div align="center" class="gensmall" style="font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: -1px">'; $radiocast_module_copyright .= 'mxBB <i> - ' . $radiocast_module_name . '</i> ' . $radiocast_module_version . ' © 2007 is powered by <a href="http://www.mxbb.net/">OryNider</a><br />'; ! $radiocast_module_copyright .= '[based on © 2003 <a href="http://cfmanager.net.tf" target="_blank">Cf Manager</a> & mxBB <i> - Music Center</i> v2.0.x © 2007, modified by <a href="http://www.mx-publisher.com/">MX-Team</a>]'; $radiocast_module_copyright .= '</div>'; } *************** *** 78,83 **** { $radiocast_module_copyright = '<div align="center" class="gensmall" style="font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: -1px">'; ! $radiocast_module_copyright .= 'mxBB <i> - Radio Cast</i> v1.0.x © 2007 is powered by <a href="http://www.mx-system.com/">OryNider</a><br />'; ! $radiocast_module_copyright .= '[based on © 2003 <a href="http://cfmanager.net.tf" target="_blank">Cf Manager</a> & mxBB <i> - Music Center</i> v2.0.x © 2007, modified by <a href="http://www.mx-system.com/">MX-Team</a>]'; $radiocast_module_copyright .= '</div>'; } --- 78,83 ---- { $radiocast_module_copyright = '<div align="center" class="gensmall" style="font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: -1px">'; ! $radiocast_module_copyright .= 'mxBB <i> - Radio Cast</i> v1.0.x © 2007 is powered by <a href="http://www.mx-publisher.com/">OryNider</a><br />'; ! $radiocast_module_copyright .= '[based on © 2003 <a href="http://cfmanager.net.tf" target="_blank">Cf Manager</a> & mxBB <i> - Music Center</i> v2.0.x © 2007, modified by <a href="http://www.mx-publisher.com/">MX-Team</a>]'; $radiocast_module_copyright .= '</div>'; } |