nova-framework / framework

Demo application using Nova - this is an extensive playground, use "app" repository for real applications.
http://novaframework.com/
MIT License
418 stars 210 forks source link

404 Page being loaded by Bootstrap theme instead of custom theme #2003

Closed flrrrhoffpauir closed 6 years ago

flrrrhoffpauir commented 6 years ago

It looks like by default the 404.php page in app/Views/Errors is being rendered by app/Themes/Bootstrap/Layouts/Default.tpl

How can I change it so that my custom theme's Default.tpl renders it?

LuckyCyborg commented 6 years ago

Nope, it is even tragic: it use the default Layout for Errors, also Bootstrap based, with no themes usage at all.

Reason: this thing should do not do mistakes.

So, you have two options:

Both options are at App level. Customize as you like.

To note that my suggestions are valid for the latest version of Nova 3.