mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 23:26:41 +02:00
Fixes #564 - Old code from previous menu approach removed. (now processed inside shortcode handler)
This commit is contained in:
@@ -21,7 +21,7 @@ function menu_shortcode($parm, $mode='')
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
||||||
list($path,$echo) = explode(':', $parm);
|
$path = $parm;
|
||||||
|
|
||||||
if(is_numeric($path)) // eg. {MENU=1} - renders area 1 as found in the e107_menu db table.
|
if(is_numeric($path)) // eg. {MENU=1} - renders area 1 as found in the e107_menu db table.
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user