Просмотр файла template/foot.php
<? include_once '../system/inc/basic_settings.php'; if(detection::wap_browser()){ print $templater->tpl_($title,H.'template/designs/'.$users_user['wap'].'/footer.tpl'); } elseif(detection::web_browser()) { print $templater->tpl_($title,H.'template/designs/'.$users_user['web'].'/footer.tpl'); }elseif(detection::itouch_browser()){ print $templater->tpl_($title,H.'template/designs/'.$users_user['itouch'].'/footer.tpl'); } ?>