Quote:
Originally Posted by harmor19
I would think it would be
HTML Code:
<if condition="empty($vbulletin->GPC['pagenumber'])">
html code here
</if>
|
that doesn't work... apparently pagenumber has a value even if page isn't defined in the url
i tried it and it got rid of the html i wanted to exclude on
every page, even the first
tried !empty and it showed up on every page