Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:/*** Add the GoogleMapDirectory Tab ***/
if(isset($Menu)) {
if($Context->Configuration['URL_BUILDING_METHOD']=='mod_rewrite'){
$Menu->AddTab($Context->Configuration['GOOGLEMAPDIRECTORY_TABNAME'], 'GoogleMapDirectory', GetUrl($Configuration, '', '', '', '', '', 'PostBackAction=GoogleMapDirectory'), '',$Context->Configuration['GOOGLEMAPDIRECTORY_TABPOSITION']);
}else{
$Menu->AddTab($Context->Configuration['GOOGLEMAPDIRECTORY_TABNAME'], 'GoogleMapDirectory', GetUrl($Configuration, 'extension.php', '', '', '', '', 'PostBackAction=GoogleMapDirectory'), '',$Context->Configuration['GOOGLEMAPDIRECTORY_TABPOSITION']);
}
}
$ExtensionOptions = $Context->GetDefinition('ExtensionOptions');
$Panel->AddList($ExtensionOptions, 10);
$Panel->AddListItem($ExtensionOptions, 'Google Map Directory Settings', GetUrl($Context->Configuration, 'settings.php', '', '', '', '', 'PostBackAction=GoogleMapDirectorySettings'));
}