Hello, is it possible to split this into two sections?
By this i mean have a webwelcome.php and webwelcome_logout.php.
Why do i want this? well i use VBPotal and already have a
P_themeheader
&
P_themeheader_loggedout
These templates already have menus for logged in and logged out users ie:
logout
register
links.
What i would like to be able to do is to be able to include file or template, in existing templates:
P_themeheader
&
P_themeheader_loggedout
which has welcome panel for a logged in user or logout/not registered user.
any ideas how i could use this hack for such a purpose?
many thanks
|