The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
diff. logo for diff. pages
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> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|