// new bloc homepage configuration checklist, link

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10368 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vKham
2011-11-21 17:24:02 +00:00
parent 20b05a63ee
commit 2a83293a54
7 changed files with 111 additions and 65 deletions
+3 -3
View File
@@ -89,9 +89,9 @@ class AdminHomeControllerCore extends AdminController
$shopEnabled = (Configuration::get('PS_SHOP_ENABLE') ? 2 : 1);
$lights = array(
0 => array('image'=>'error2.png','color'=>'#fbe8e8'),
1 => array('image'=>'warn2.png','color'=>'#fffac6'),
2 => array('image'=>'ok2.png','color'=>'#dffad3'));
0 => array('image'=>'bullet_red.png','color'=>'red'),
1 => array('image'=>'bullet_orange.png','color'=>'orange'),
2 => array('image'=>'bullet_green.png','color'=>'green'));
if ($rewrite + $htaccessOptimized + $smartyOptimized + $cccOptimized + $shopEnabled + $htaccessAfterUpdate + $indexRebuiltAfterUpdate != 14)