"`!Applicant`0",CLAN_MEMBER=>"`#Member`0",CLAN_OFFICER=>"`^Officer`0",CLAN_LEADER=>"`&Leader`0", CLAN_FOUNDER=>"`\$Founder"); $args = modulehook("clanranks", array("ranks"=>$ranks, "clanid"=>$session['user']['clanid'])); $ranks = translate_inline($args['ranks']); $apply_short = "`@Clan App: `&%s`0"; $apply_subj = array($apply_short, $session['user']['name']); $op = httpget('op'); $detail = httpget('detail'); if ($detail>0){ require_once("lib/clan/detail.php"); }elseif ($op=="list"){ require_once("lib/clan/list.php"); } elseif ($op == "waiting") { require_once("lib/clan/waiting.php"); }elseif ($session['user']['clanrank']==CLAN_APPLICANT){ require_once("lib/clan/applicant.php"); }else{ require_once("lib/clan/clan_start.php"); } page_footer(); function clanform(){ rawoutput("
"); } ?>