diff --git a/src/application/controller/error/404.php b/src/application/controller/error/404.php index be3797b..72721d0 100644 --- a/src/application/controller/error/404.php +++ b/src/application/controller/error/404.php @@ -4,4 +4,8 @@ header('HTTP/1.0 404 Not Found'); $metaTitle = _('Page not Found | Twisterarmy Cloud'); +// Load dependencies +$metaStyles = ['css/template/default/error/404.css',]; +$metaScripts = []; + require(PROJECT_DIR . '/application/view/error/404.phtml'); \ No newline at end of file diff --git a/src/application/view/error/404.phtml b/src/application/view/error/404.phtml index 5b255f6..c23326b 100644 --- a/src/application/view/error/404.phtml +++ b/src/application/view/error/404.phtml @@ -1,8 +1,8 @@ -