PDA

View Full Version : diff. logo for diff. pages


CraiovaOnLine
03-21-2007, 11:11 PM
Is there any script to use dif. logo for pages?
I mean for index.php - logo1
showthread.php- logo2
arcade.php - logo 3

and so on!
any ideeas?

nexialys
03-22-2007, 12:32 AM
you can add a condition in your header so it change the image when hitting each different page... like:
<if condition="THIS_SCRIPT == 'index'"><img src="theindex.gif" />
<else />
<if condition="THIS_SCRIPT == 'showthread'"><img src="theshowthread.gif" /></if>
</if>...this is an example... conditions are always the same !