Rename THEME_ROOT to PROJECT_THEME_ROOT.
Makes it clearer that we're talking about the global root.
This commit is contained in:
parent
459fe184f1
commit
e699544a06
1 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,8 @@
|
|||
*/
|
||||
|
||||
define('VOLSE_THEME_ROOT', dirname(__DIR__));
|
||||
define('THEME_ROOT', PROJECT_BASE . '/view/theme');
|
||||
define('PROJECT_THEME_ROOT', PROJECT_BASE . '/view/theme');
|
||||
|
||||
require_once(PROJECT_THEME_ROOT . '/redbasic/php/style.php');
|
||||
|
||||
require_once(THEME_ROOT . '/redbasic/php/style.php');
|
||||
echo file_get_contents(VOLSE_THEME_ROOT . '/css/style.css');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue