// استخراج تمبلت الأدمن
// معالجة الهيدر والفوتر
$SMV[user_name]="$_SESSION[user_name]";
$user_online_time=time() - $_SESSION['user_login_time'] ;
$SMV[online_time]=SecondNewFormat($user_online_time);
if ($_SESSION['for_multi'] || $_SESSION['for_root']) {
$SMV[second_link]="مركز البريد";
}else{
$SMV[second_link]="أدوات مساعدة";
}
$ExplodeSiteAction= templet("header_footer_page");
$ExplodeSiteAction=explode("{-ExplodeSiteAction-}",$ExplodeSiteAction);
$ExplodeSiteAction[header]=$ExplodeSiteAction[0];
$ExplodeSiteAction[footer]=$ExplodeSiteAction[1];
echo $ExplodeSiteAction[header];
?>