mirror of
https://github.com/e107inc/e107.git
synced 2025-01-19 05:28:10 +01:00
10 lines
153 B
PHP
10 lines
153 B
PHP
<?php
|
|
/* $Id: menu.php,v 1.7 2009-08-16 23:58:31 e107coders Exp $ */
|
|
|
|
function menu_shortcode($parm)
|
|
{
|
|
return e107::getMenu()->renderArea($parm);
|
|
}
|
|
|
|
|
|
?>
|