The 'Page Not Found' Page

Permalink
I packaged up a sample theme to follow the tutorial online in the 5.7 documentation - and was wondering about single pages like page_not_found.php - whats the best way of going about adding it so it conforms with my theme?

I added a php template called page_not_found.php to my theme dir in the packages folder and it magically worked. Is this the best practice?

juddc
 
andrew replied on at Permalink Reply
andrew
Yes, this should work automagically with page_not_found. There's also this method too for custom sites, which still works

http://www.concrete5.org/documentation/developers/5.7/designing-for...
juddc replied on at Permalink Reply
juddc
Thanks - I was fiddling with that very tutorial, actually.