Hi there,
I have a high custom menu i am building at the moment,
I would like to have 1 piece of graphics for normal visitors
and a seperate piece of graphics for users that are logged in.
i.e:
Visitor sees _header.php
Member Logged in see _header2.php
is this possible?
if so, could you make a recommendation to what would be the best way to work on this?
Many Thanks Guys
RESPECT! :)
Cheers,
Charisma
if you will provide importing this header via key too :)
... just add another one key to design.inc.php
and use here logged variable ..
and in place where imported header set this variable ..
something like this
I partly follow this, could you please simplify this a bit for me
please...
A section in the design.inc.php,
could you please elaborate?
Many Thanks
function PageCode() {
here are
function TmplKeysReplace($m) {
switch( $m[1] ) {
just use it :) (or try :) )
here you can check - logged member or not (using new key in template file)