Quote:
Originally Posted by Bad Bunny
Right now what I'm looking to be able to do is edit the vb header so that it will display a little bit of different code for different pages. It is done with a this_page conditional (or something like that! lol) with vb pages. My question for you is how would I go about building a conditional to identify a web template page?
Is this even possible?
|
The webtemplate allows you to use different headers/footer in every webtemplate. As a matter of fact this is a default feature of this mod. So wouldn't be enough for you if you create different "webtemplates headers" and inherit them in any other webtemplate you like?
Alternatively you can use this conditional in your webtemplate:
[[($pg==test)]]
This is a webtemplate named "test"
[[/($pg==test)]]