How could I insert just a simple div into my page--front.tpl.php to signal an error?
I am not using any specific node for front page, I'm not having any node/### or <front>. I'm just having page--front.tpl.php that serves me well.
Does custom_error build any global variable that I could insert into the template?
Comments
Comment #1
gisleCustomError does not create a global variable that can be used in this way.
Nor are there any plans to make it do this.