1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 06:38:00 +02:00

Fixes #564 - Old code from previous menu approach removed. (now processed inside shortcode handler)

This commit is contained in:
Cameron
2014-05-23 20:33:04 -07:00
parent 857d5af399
commit c0675ab6db

View File

@@ -21,7 +21,7 @@ function menu_shortcode($parm, $mode='')
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.
{