I have thought very hard on this yet I'm still clueless, hope someone can help me in this:
I'm trying to maintain just one header template, yet I would like the output of home page (index.php) different than the sub pages, i.e. sub pages have a navbar on the left, and home page doesnt.
Basically, what I was trying to achieve is: if this is not index page, add a column for navbar. So I added these codes to my header template:
Obviously it didnt work as the code
outputs the header template's filename intead.
Question: is there a way to output the filename of the page? How can I better achieve this objective?
Any little hint will be much appreciated!