Skip to content

Commit

Permalink
Dev: few fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed May 3, 2016
1 parent e04ac13 commit b42798d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion application/models/AdminTheme.php
Expand Up @@ -48,7 +48,11 @@ public function setAdminTheme()

// The template configuration.
$this->config = simplexml_load_file($this->path.'/config.xml');
//define('ADMIN_CSS_PATH', $this->path . '/css/');
if (!defined('ADMIN_CSS_PATH'))
{
define('ADMIN_CSS_PATH', $this->path . '/css/');
}

return $this;
}

Expand Down

0 comments on commit b42798d

Please sign in to comment.