fix
This commit is contained in:
parent
75277da092
commit
55d7b7bb40
|
|
@ -135,8 +135,6 @@ class PageController extends Controller
|
||||||
|
|
||||||
static function action404($message)
|
static function action404($message)
|
||||||
{
|
{
|
||||||
http_response_code(404);
|
|
||||||
|
|
||||||
self::$layout = 'layoutPage.php';
|
self::$layout = 'layoutPage.php';
|
||||||
self::addStyle('/css/style.css?ver=' . App::getConfig('version'));
|
self::addStyle('/css/style.css?ver=' . App::getConfig('version'));
|
||||||
self::addStyle('/css/pageStyle.css?ver=' . App::getConfig('version'));
|
self::addStyle('/css/pageStyle.css?ver=' . App::getConfig('version'));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue