// Rename template/helper to template/helpers

This commit is contained in:
tDidierjean
2012-02-06 16:35:49 +00:00
parent 01a39d9996
commit a94c3b98d8
112 changed files with 94 additions and 94 deletions
@@ -1095,7 +1095,7 @@ class AdminStockManagementControllerCore extends AdminController
'action' => self::$cache_lang['AddStock'],
));
return $this->context->smarty->fetch('helper/list/list_action_addstock.tpl');
return $this->context->smarty->fetch('helpers/list/list_action_addstock.tpl');
}
/**
@@ -1116,7 +1116,7 @@ class AdminStockManagementControllerCore extends AdminController
'action' => self::$cache_lang['RemoveStock'],
));
return $this->context->smarty->fetch('helper/list/list_action_removestock.tpl');
return $this->context->smarty->fetch('helpers/list/list_action_removestock.tpl');
}
/**
@@ -1137,6 +1137,6 @@ class AdminStockManagementControllerCore extends AdminController
'action' => self::$cache_lang['TransferStock'],
));
return $this->context->smarty->fetch('helper/list/list_action_transferstock.tpl');
return $this->context->smarty->fetch('helpers/list/list_action_transferstock.tpl');
}
}