1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-27 09:50:49 +02:00
Files
php-e107/e107_files/shortcode/menu.php
2009-08-16 23:58:33 +00:00

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);
}
?>