= $this->TPL['forum_name']; ?>
= $this->TPL['forum_desc']; ?>
Main Page
Userlist
if ( $this->TPL['is_logged']) { ?>
Profile
Log out
} else { ?>
Register
Log in
} ?>
if ( $this->TPL['is_logged']) { ?> You are logged as:
= $this->TPL['my_nick'] ?>
} else { ?> Welcome Guest! You are not logged. } ?>
Actual time:
= $this->TPL['actual_time']; ?>
IF ($this->TPL['my_rank'] == RANK_ADMIN ) { ?>
Go to ACP »
} ?>
for ($i=0; $i
TPL['nav']); $i++) { echo '
'.$this->TPL['nav'][$i]['name'].'
'; if ($i < count($this->TPL['nav'])-1) echo ' » '; } ?>