Closed eXpl0it3r closed 10 years ago
KOstache can only load actual templates, thus I changed it slightly in commit 7ebedf005b4e9024bd35a52431e4371bdc01f560. There's now a default view and a default template, if there's no template specified in the database (template == NULL
) then the default template will be used.
Currently the static page loading is really static and every new page requires a new entry in the controller. Instead either the static pages or the template name should be directly loaded from the database.