|
From: Jon O. <jon...@us...> - 2008-06-03 20:13:11
|
Update of /cvsroot/mxbb/mx_phpCA/ads_mod In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2930/ads_mod Modified Files: ads_common.php Log Message: Final updates mxBB -> MXP and alike... Index: ads_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpCA/ads_mod/ads_common.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ads_common.php 28 Feb 2008 06:26:20 -0000 1.2 --- ads_common.php 3 Jun 2008 20:13:03 -0000 1.3 *************** *** 47,51 **** include( $module_root_path . 'language/lang_english/lang_main.' . $phpEx ); $link_language='lang_english'; ! } else { --- 47,51 ---- include( $module_root_path . 'language/lang_english/lang_main.' . $phpEx ); $link_language='lang_english'; ! } else { *************** *** 63,67 **** include($module_root_path . "templates/" . $theme['template_name'] . $theme['template_name'] . ".cfg"); // ---------- ! } else { --- 63,67 ---- include($module_root_path . "templates/" . $theme['template_name'] . $theme['template_name'] . ".cfg"); // ---------- ! } else { *************** *** 69,73 **** include($module_root_path . "templates/" . "subSilver/" . "subSilver.cfg"); // ---------- ! } // --- 69,73 ---- include($module_root_path . "templates/" . "subSilver/" . "subSilver.cfg"); // ---------- ! } // *************** *** 135,139 **** $ads_module_copy = $module['module_copy']; $ads_module_name = $module['module_name']; ! $ads_module_version = $module['module_version']; } --- 135,139 ---- $ads_module_copy = $module['module_copy']; $ads_module_name = $module['module_name']; ! $ads_module_version = $module['module_version']; } *************** *** 142,146 **** { $ads_module_copyright = '<div align="center" class="gensmall" style="font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: -1px">'; ! $ads_module_copyright .= 'Classified Ads Powered by: <a href="http://pubory.uv.ro/" target="_blank">OryNider</a>, mxBB <i> - ' . $ads_module_name . '</i> ' . $ads_module_version . ' © 2007 is modified by <a href="http://www.mx-system.com/">MX-Team</a><br />'; $ads_module_copyright .= '[based on © 2005, 2006 <a href="http://www.phpca.net" target="_blank">PeteMan</a> - <i>phpCA Classified Ads</i> v' . $ads_config['version'] . ']'; $ads_module_copyright .= '</div>'; --- 142,146 ---- { $ads_module_copyright = '<div align="center" class="gensmall" style="font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: -1px">'; ! $ads_module_copyright .= 'Classified Ads Powered by: <a href="http://pubory.uv.ro/" target="_blank">OryNider</a>, mxBB <i> - ' . $ads_module_name . '</i> ' . $ads_module_version . ' © 2007 is modified by <a href="http://www.mx-publisher.com/">MX-Team</a><br />'; $ads_module_copyright .= '[based on © 2005, 2006 <a href="http://www.phpca.net" target="_blank">PeteMan</a> - <i>phpCA Classified Ads</i> v' . $ads_config['version'] . ']'; $ads_module_copyright .= '</div>'; *************** *** 149,153 **** { $ads_module_copyright = '<div align="center" class="gensmall" style="font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: -1px">'; ! $ads_module_copyright .= 'Classified Ads Powered by: <a href="http://pubory.uv.ro/" target="_blank">OryNider</a>, mxBB <i> - Music Center</i> v2.0.x © 2007 is modified by <a href="http://www.mx-system.com/">MX-Team</a><br />'; $ads_module_copyright .= '[based on © 2005, 2006 <a href="http://www.phpca.net" target="_blank">PeteMan</a> - <i>phpCA Classified Ads</i> v' . $ads_config['version'] . ']'; $ads_module_copyright .= '</div>'; --- 149,153 ---- { $ads_module_copyright = '<div align="center" class="gensmall" style="font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: -1px">'; ! $ads_module_copyright .= 'Classified Ads Powered by: <a href="http://pubory.uv.ro/" target="_blank">OryNider</a>, mxBB <i> - Music Center</i> v2.0.x © 2007 is modified by <a href="http://www.mx-publisher.com/">MX-Team</a><br />'; $ads_module_copyright .= '[based on © 2005, 2006 <a href="http://www.phpca.net" target="_blank">PeteMan</a> - <i>phpCA Classified Ads</i> v' . $ads_config['version'] . ']'; $ads_module_copyright .= '</div>'; |