|
From: Jon O. <jon...@us...> - 2005-04-12 19:52:20
|
Update of /cvsroot/mxbb/mx_smartor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17148/modules/mx_smartor Modified Files: album_lists.php Log Message: lang renaming... Index: album_lists.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/album_lists.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** album_lists.php 9 Jan 2005 21:52:00 -0000 1.8 --- album_lists.php 12 Apr 2005 19:51:47 -0000 1.9 *************** *** 1,641 **** ! <?php ! /** ------------------------------------------------------------------------ ! * subject : mx-portal, CMS & portal ! * begin : june, 2002 ! * copyright : (C) 2002-2005 MX-System ! * email : jon...@ho... ! * project site : www.mx-system.com ! * ! * description : ! * ------------------------------------------------------------------------- [...1255 lines suppressed...] ! 'L_VIEW' => $lang['View'], ! 'L_POSTER' => $lang['Poster'], ! 'L_POSTED' => $lang['Pic_Posted'], ! 'L_PUBLIC_CATS' => $lang['Public_Categories'] ) ! ); ! ! // Generate the page ! ! $template->pparse( 'body' ); ! ! if ( !$is_block ) ! { ! include( $mx_root_path . 'includes/page_tail.' . $phpEx ); ! } ! // +--------------------------------------------------------+ ! // | Powered by Photo Album 2.x.x (c) 2002-2003 Smartor | ! // | with Volodymyr (CLowN) Skoryk's Service Pack 1 © 2003 | ! // +--------------------------------------------------------+ ?> \ No newline at end of file |