Skip to content

Commit

Permalink
Dev: Remove extra define of ADMIN_CSS_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed May 3, 2016
1 parent ebfdd64 commit 196448f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/AdminTheme.php
Expand Up @@ -48,7 +48,7 @@ public function setAdminTheme()

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

Expand Down

0 comments on commit 196448f

Please sign in to comment.