1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-22 14:13:03 +02:00

More menu_class.php work. menu parms added.

This commit is contained in:
CaMer0n
2009-08-16 23:58:33 +00:00
parent bfd64fc2a6
commit 455c5eca1b
10 changed files with 300 additions and 260 deletions

View File

@@ -1,9 +1,9 @@
<?php
/* $Id: menu.php,v 1.6 2009-08-16 16:30:56 secretr Exp $ */
/* $Id: menu.php,v 1.7 2009-08-16 23:58:31 e107coders Exp $ */
function menu_shortcode($parm)
{
return e107::getMenu()->render($parm);
return e107::getMenu()->renderArea($parm);
}