[*] MO: module cheque use the new moduleController system

This commit is contained in:
rMalie
2011-09-23 14:34:18 +00:00
parent 1d44d06528
commit 230ed9d5ee
6 changed files with 60 additions and 4 deletions
+1 -1
View File
@@ -666,7 +666,7 @@ class ToolsCore
{
if (empty($row['meta_description']))
$row['meta_description'] = strip_tags($row['description']);
// Paginate title
if (!empty($row['meta_title']))
$row['meta_title'] = $row['meta_title'].(!empty($page_number) ? ' ('.$page_number.')' : '').' - '.Configuration::get('PS_SHOP_NAME');