(2003-2009) * @author Froxlor team (2010-) * @license GPLv2 http://files.froxlor.org/misc/COPYING.txt * @package Functions * */ function getSessionUserDetail($varname) { global $userinfo, $theme; if(isset($userinfo[$varname])) { return $userinfo[$varname]; } else { return false; } }