/* +---------------------------------------------------------------+ | 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~ | +---------------------------------------------------------------+ */ global $sql, $link_class, $page; if(LINKPARENT !=''){ if($sql -> db_Select('links', '*', "link_category = 1 and link_parent ='".LINKPARENT."' and link_name REGEXP('submenu') and link_name NOT REGEXP('child') and link_class IN (".USERCLASS_LIST.") ORDER BY link_order ASC")){ $subnavigation = " "; return $subnavigation; } } function getkey($accesskey){ $accesskeys = array(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z); for ($i=0; $i