<?php /* Smarty version 2.6.2, created on 2013-01-31 04:46:56
         compiled from login_redirect.tpl */ ?>
<?php require_once(SMARTY_DIR . 'core' . DIRECTORY_SEPARATOR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'myescape', 'login_redirect.tpl', 7, false),)), $this); ?>
<html>
<head>
<META HTTP-EQUIV=Refresh CONTENT="0; URL=?a=account">
</head>
<body>
<center>
Hello <?php echo ((is_array($_tmp=$this->_tpl_vars['userinfo']['username'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)); ?>
. You are redirecting to your 
<a href=?a=account>account</a> now.
<body>
</html>