aboutsummaryrefslogtreecommitdiff
path: root/app/class/Colors.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/class/Colors.php')
-rw-r--r--app/class/Colors.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/class/Colors.php b/app/class/Colors.php
index bdea98e..731fbac 100644
--- a/app/class/Colors.php
+++ b/app/class/Colors.php
@@ -5,7 +5,7 @@ namespace Wcms;
class Colors extends Item
{
- protected $file = Model::CSS_DIR . 'tagcolors.css';
+ protected $file = Model::ASSETS_CSS_DIR . 'tagcolors.css';
protected $rawcss = "";