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:
@@ -2,6 +2,7 @@
|
||||
|
||||
function navigation_shortcode($parm='')
|
||||
{
|
||||
return e107::getNav()->frontend();
|
||||
$data = e107::getNav()->getData(1);
|
||||
return e107::getNav()->render($data);
|
||||
}
|
||||
|
Reference in New Issue
Block a user