// Context part 5
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7624 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -215,7 +215,7 @@ abstract class AdminStatsTab extends AdminPreferences
|
||||
{
|
||||
foreach ($modules AS $module)
|
||||
if ($moduleInstance = Module::getInstanceByName($module['name']))
|
||||
echo '<h4><img src="../modules/'.$module['name'].'/logo.gif" /><a href="'.$currentIndex.'&token='.Tools::getValue('token').'&module='.$module['name'].'">'.$moduleInstance->displayName.'</a></h4>';
|
||||
echo '<h4><img src="../modules/'.$module['name'].'/logo.gif" /><a href="'.self::$currentIndex.'&token='.Tools::getValue('token').'&module='.$module['name'].'">'.$moduleInstance->displayName.'</a></h4>';
|
||||
}
|
||||
else
|
||||
echo $this->l('No module installed', 'AdminStatsTab');
|
||||
|
||||
Reference in New Issue
Block a user