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

5 lines
151 B
Smarty
Raw Permalink Normal View History

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