<!-- IF S_IS_USER --> {WELCOME} <!-- ELSE --> <form action="" method="post" enctype="multipart/form-data" accept-charset="utf-8"> <input type="text" class="headerlogin" id="ulogin" name="ulogin" size="14" maxlength="25" /> <input type="password" class="headerlogin" id="user_password" name="user_password" size="8" maxlength="15" /> <input type="submit" value="Login" /></form> <!-- ENDIF -->
function themeheader() { global $slogan, $sitename, $banners, $mainindex, $adminindex, $cpgtpl, $site_logo, $CPG_SESS, $userinfo;
'WELCOME' => is_user() ? 'Welcome '.$userinfo['username'] : 'Welcome '._ANONYMOUS,
All times are GMT