<?php
require_once "config/config.php";
//**********************************************Begin Page code**********************************************
switch($_action)
{
case 'dologin':
break;
default:
$LOGINPAGE = $smarty->fetch('user_banned.tpl');
}
//**********************************************End Page code**********************************************
//Common Line
$smarty->assign('USER_CONTENT', $LOGINPAGE);
$smarty->display('user_page_main.tpl');
?>