Create new ROOT_CORE constant.
This commit is contained in:
@ -36,7 +36,7 @@ class View extends Neuron {
|
||||
return;
|
||||
}
|
||||
|
||||
include(ROOT_DIR."/src/Views/$viewName.$extension");
|
||||
include(ROOT_CORE."/Views/$viewName.$extension");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user