/* +---------------------------------------------------------------+ | e107 website system Aqua Theme | | ©William Moffett 2001-2005 | http://e107.net | que@e107.net | | Released under the terms and conditions of the | GNU General Public License (http://gnu.org). | | If you use any portion of this theme in your own works, | all I ask is give credit where credit is due. | Have fun hacking. Cheers Que~ | +---------------------------------------------------------------+ */ if(!USER){ $loginsc = "

".LAN_THEME_6."

"; return $loginsc; } if (USER == TRUE || ADMIN == TRUE) { $loginsc = "

".LAN_THEME_10." ".USERNAME."

\n"; return $loginsc; }