// Context part 12

This commit is contained in:
tDidierjean
2011-07-19 09:28:11 +00:00
parent ff81f71449
commit 52339502b6
53 changed files with 184 additions and 196 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ class BlockLink extends Module
$context = Context::getContext();
$links = $this->getLinks();
$context->controller->smarty->assign(array(
$context->smarty->assign(array(
'blocklink_links' => $links,
'title' => Configuration::get('PS_BLOCKLINK_TITLE', $context->language->id),
'url' => Configuration::get('PS_BLOCKLINK_URL'),