yooooo

Status
Not open for further replies.

Sway

Ruby and Python are married.
Dec 19, 2010
194
76
<body id="%body_id%" class="<?php if (!LOGGED_IN) { echo 'anonymous'; } ?> ">
<div id="overlay"></div>
<div id="header-container">
<div id="header" class="clearfix">
<h1><a href="%www%"></a></h1>
<div id="subnavi">
<div id="subnavi-user">
<?php if (LOGGED_IN) { ?>
<ul>
<li id="myfriends"><a href="#"><span>My Friends</span></a><span class="r"></span></li>
<li id="mygroups"><a href="#"><span>My Groups</span></a><span class="r"></span></li>
<li id="myrooms"><a href="#"><span>My Rooms</span></a><span class="r"></span></li>
</ul>
 

Kryptos

prjRev.com
Jul 21, 2010
2,205
1,252
I ment the code, it's really simple and why did you put if(LOGGED_IN), you could had done if($_SESSION['username']) {
;P
 
Status
Not open for further replies.

Users who are viewing this thread

Top