Quote:
Originally Posted by 13th_Disciple
When you get a no permission to access link error, there is no navbar or register button in the error box.. what template should I edit to at least have the navbar show? Also, what template for the error permission denied on accessing a link?
|
Unfortunately, these messages are all generated using print_standard_error, which uses the standard_error template. I don't think you will be able to change this to include a navbar - not least because there is not necessarily a navbar available at the point at which print_standard_error is called.