|
From: Jon O. <jon...@us...> - 2008-02-01 16:12:42
|
Update of /cvsroot/mxbb/core/modules/mx_navmenu/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14955/includes Modified Files: navmenu_constants.php Log Message: renaming and moving of files... Index: navmenu_constants.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_navmenu/includes/navmenu_constants.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** navmenu_constants.php 19 Jun 2007 20:45:42 -0000 1.1 --- navmenu_constants.php 1 Feb 2008 16:12:00 -0000 1.2 *************** *** 30,38 **** // Note: Included text from file (last example), will evaluate $theme and $mx_block->info variables. // ------------------------------------------------------------------------- - /* if (is_object($mx_page)) { ! } - */ ?> \ No newline at end of file --- 30,43 ---- // Note: Included text from file (last example), will evaluate $theme and $mx_block->info variables. // ------------------------------------------------------------------------- if (is_object($mx_page)) { ! // ------------------------------------------------------------------------- ! // Extend User Style with module lang and images ! // Usage: $mx_user->extend(LANG, IMAGES) ! // Switches: ! // - LANG: MX_LANG_MAIN (default), MX_LANG_ADMIN, MX_LANG_ALL, MX_LANG_NONE ! // - IMAGES: MX_IMAGES (default), MX_IMAGES_NONE ! // ------------------------------------------------------------------------- ! $mx_user->extend(MX_LANG_NONE, MX_IMAGES); } ?> \ No newline at end of file |