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

Made the navigation function a little more generic.

This commit is contained in:
Cameron
2012-12-11 16:04:32 -08:00
parent fb1a4e2b03
commit 8280dba7c8
2 changed files with 13 additions and 8 deletions

View File

@@ -2,6 +2,7 @@
function navigation_shortcode($parm='')
{
return e107::getNav()->frontend();
$data = e107::getNav()->getData(1);
return e107::getNav()->render($data);
}