Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:
$Context->Configuration['CUSTOMIZATION_BIKEPROFILEMAKE'] = '';
$Context->Dictionary['CUSTOMIZATION_BIKEPROFILEMAKE'] = 'Make';
if ($Context->SelfUrl == 'account.php') {
// HERE
}
if ($Context->SelfUrl == 'account.php') {
$Panel->AddListItem($Context->GetDefinition("AccountOptions"), $Context->GetDefinition('BikeProfile'), GetUrl($Context->Configuration, $Context->SelfUrl, "", "", "", "", "PostBackAction=BikeProfile"), "", "", 50);
}
1 to 4 of 4