add 404 rule in admin

This commit is contained in:
Manuel Raynaud
2013-06-26 10:45:43 +02:00
parent 83318ccd2f
commit 200ace2fc0
5 changed files with 30 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ class Assetic implements SmartyPluginInterface
{
$web_root = THELIA_WEB_DIR;
$asset_dir_from_web_root = 'assets/admin/default'; // FIXME
$asset_dir_from_web_root = '/assets/admin/default'; // FIXME
$this->asset_manager = new SmartyAssetsManager($web_root, $asset_dir_from_web_root);
}