Files
luos/gulliver/bin/tasks/templates/pluginMenu.tpl
2011-09-05 12:47:25 -04:00

5 lines
127 B
Smarty
Executable File

<?php
global $G_TMP_MENU;
$G_TMP_MENU->AddIdRawOption('{menuId}', '{phpClassName}/{phpClassName}List', "{className}" );
?>