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

5 lines
145 B
Smarty
Raw Normal View History

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