|
From: Jon O. <jon...@us...> - 2008-06-03 20:15:09
|
Update of /cvsroot/mxbb/mx_smartor/album_mod In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4237/album_mod Modified Files: album_common.php Log Message: Final updates mxBB -> MXP and alike... Index: album_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/album_mod/album_common.php,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** album_common.php 27 Mar 2008 14:31:00 -0000 1.26 --- album_common.php 3 Jun 2008 20:14:59 -0000 1.27 *************** *** 137,141 **** */ $album_copyright = '<div align="center" class="gensmall" style="font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: -1px">'; ! $album_copyright .= 'Photo Album Powered by: <a href="http://www.mightygorgon.com" target="_blank">Mighty Gorgon</a> Full Album Pack ' . $album_config['fap_version'] . ' © 2006 is modified by <a href="http://www.mx-system.com/">MX-Team</a><br />'; $album_copyright .= '[based on <a href="http://smartor.is-root.com" target="_blank">Smartor</a> Photo Album plus IdleVoid\'s Album CH & CLowN SP1]'; $album_copyright .= '</div>'; --- 137,141 ---- */ $album_copyright = '<div align="center" class="gensmall" style="font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: -1px">'; ! $album_copyright .= 'Photo Album Powered by: <a href="http://www.mightygorgon.com" target="_blank">Mighty Gorgon</a> Full Album Pack ' . $album_config['fap_version'] . ' © 2006 is modified by <a href="http://www.mx-publisher.com/">MX-Team</a><br />'; $album_copyright .= '[based on <a href="http://smartor.is-root.com" target="_blank">Smartor</a> Photo Album plus IdleVoid\'s Album CH & CLowN SP1]'; $album_copyright .= '</div>'; *************** *** 144,148 **** { $album_copyright = '<div align="center" class="gensmall" style="font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: -1px">'; ! $album_copyright .= 'Photo Album Powered by: <a href="http://www.mightygorgon.com" target="_blank">Mighty Gorgon</a> Full Album Pack ' . $album_config['fap_version'] . ' © 2006 is modified by <a href="http://www.mx-system.com/">MX-Team</a>'; $album_copyright .= ' [based on <a href="http://smartor.is-root.com" target="_blank">Smartor</a> Photo Album plus IdleVoid\'s Album CH & CLowN SP1]'; $album_copyright .= '</div>'; --- 144,148 ---- { $album_copyright = '<div align="center" class="gensmall" style="font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: -1px">'; ! $album_copyright .= 'Photo Album Powered by: <a href="http://www.mightygorgon.com" target="_blank">Mighty Gorgon</a> Full Album Pack ' . $album_config['fap_version'] . ' © 2006 is modified by <a href="http://www.mx-publisher.com/">MX-Team</a>'; $album_copyright .= ' [based on <a href="http://smartor.is-root.com" target="_blank">Smartor</a> Photo Album plus IdleVoid\'s Album CH & CLowN SP1]'; $album_copyright .= '</div>'; *************** *** 178,182 **** { $album_root_path = $module_root_path . ALBUM_MOD_PATH . ''; ! } include_once($album_root_path . 'includes/album_integration.' . $phpEx); --- 178,182 ---- { $album_root_path = $module_root_path . ALBUM_MOD_PATH . ''; ! } include_once($album_root_path . 'includes/album_integration.' . $phpEx); *************** *** 213,217 **** 'ALBUM_VERSION' => '2' . $album_config['album_version'], ! 'ALBUM_VERSION_INFO' => 'This script (Smartor Album v. 2.00 :: mxBB-Portal Module 2006, with Volodymyr (CLowN) Skoryks SP1 addon) is modified by <a href="http://www.mx-system.com/">MX-Team</a> ', 'ALBUM_COPYRIGHT' => $preview_lb_div . $album_copyright, --- 213,217 ---- 'ALBUM_VERSION' => '2' . $album_config['album_version'], ! 'ALBUM_VERSION_INFO' => 'This script (Smartor Album v. 2.00 :: mxBB-Portal Module 2006, with Volodymyr (CLowN) Skoryks SP1 addon) is modified by <a href="http://www.mx-publisher.com/">MX-Team</a> ', 'ALBUM_COPYRIGHT' => $preview_lb_div . $album_copyright, |