|
From: Jon O. <jon...@us...> - 2008-05-03 19:12:07
|
Update of /cvsroot/mxbb/core/modules/mx_navmenu/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30680/includes Modified Files: Tag: core28x navmenu_functions.php Log Message: Added new feature to site navigation: parent id. Index: navmenu_functions.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_navmenu/includes/navmenu_functions.php,v retrieving revision 1.7.2.2 retrieving revision 1.7.2.3 diff -C2 -d -r1.7.2.2 -r1.7.2.3 *** navmenu_functions.php 27 Apr 2008 18:45:27 -0000 1.7.2.2 --- navmenu_functions.php 3 May 2008 19:11:58 -0000 1.7.2.3 *************** *** 274,279 **** * Enter description here... * ! * @param unknown_type $cat_parent * @param unknown_type $depth */ function generate_site_menu( $page_parent = 0, $depth = 0, $current_parent_page = false ) --- 274,280 ---- * Enter description here... * ! * @param unknown_type $page_parent * @param unknown_type $depth + * @param unknown_type $current_parent_page */ function generate_site_menu( $page_parent = 0, $depth = 0, $current_parent_page = false ) |