@@ -30,7 +30,7 @@ |
||
| 30 | 30 | * Where are our CSS, JS and other assets? |
| 31 | 31 | */ |
| 32 | 32 | protected const THEME_DIR = 'clouds'; |
| 33 | - public const ASSET_DIR = 'themes/' . self::THEME_DIR . '/css-2.0.0/'; |
|
| 33 | + public const ASSET_DIR = 'themes/' . self::THEME_DIR . '/css-2.0.0/'; |
|
| 34 | 34 | protected const STYLESHEET = self::ASSET_DIR . 'style.css'; |
| 35 | 35 | |
| 36 | 36 | /** |
@@ -47,7 +47,7 @@ |
||
| 47 | 47 | * Where are our CSS, JS and other assets? |
| 48 | 48 | */ |
| 49 | 49 | protected const THEME_DIR = '_common'; |
| 50 | - public const ASSET_DIR = 'themes/' . self::THEME_DIR . '/css-2.0.0/'; |
|
| 50 | + public const ASSET_DIR = 'themes/' . self::THEME_DIR . '/css-2.0.0/'; |
|
| 51 | 51 | protected const STYLESHEET = self::ASSET_DIR . 'style.css'; |
| 52 | 52 | |
| 53 | 53 | protected const PERSON_BOX_CLASSES = [ |