The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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? |
|
#2
|
|||
|
|||
|
you can add a condition in your header so it change the image when hitting each different page... like:
Code:
<if condition="THIS_SCRIPT == 'index'"><img src="theindex.gif" /> <else /> <if condition="THIS_SCRIPT == 'showthread'"><img src="theshowthread.gif" /></if> </if> |
![]() |
|
|