Files
luos/gulliver/bin/tasks/templates/pluginMenu.tpl

5 lines
127 B
Smarty
Raw Normal View History

2010-12-02 23:34:41 +00:00
<?php
global $G_TMP_MENU;
$G_TMP_MENU->AddIdRawOption('{menuId}', '{phpClassName}/{phpClassName}List', "{className}" );
?>