[SOLVED] Show/Hide Navigation Links |
8/29/2011 4:04:49 AM |
PHPRunner General questions | |
C
chrisclements author
I am trying to show or hide navigation links based upon the page someone is viewing. So if they are looking at table1_list.php , I want to hide the navigation link in the menu for table2_list.php , but show the navigation link for table3_list.php. |
|
C
|
cgphp 8/29/2011 |
In the "Menu item: Modify" event: global $strTableName; |
C
|
chrisclements author 8/29/2011 |
In the "Menu item: Modify" event: global $strTableName;
|