<?php /* Smarty version 2.6.2, created on 2012-03-21 09:30:10
         compiled from vote_confirmed.tpl */ ?>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "header.tpl", 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>
<div id="left-col"><div id="nav">
<ul><li><a name="vote">Vote Confirmed</li></ul>
</div>
<div id="content">
<table width=100% border=0 cellspacing=0 cellpadding=0>
<tr><td>

<?php if ($this->_tpl_vars['success'] == 0): ?>
<b>Vote is not confirmed:</b><br><br>

Please check thelink you received. It seems like the link is broken.
<?php else: ?>
<b>Vote is confirmed:</b><br><br>

<?php if ($this->_tpl_vars['success'] == 1): ?>
Your vote has been successfully added.
<?php endif;  if ($this->_tpl_vars['success'] == 2): ?>
Your vote has been successfully updated.
<?php endif; ?>
<br><br>
<a href="/details-<?php echo $this->_tpl_vars['listing_id']; ?>
.html">Return to the listing details</a>
<?php endif; ?>
</td></tr></table>

</div>
<div id="footer"></div> 
</div>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "footer.tpl", 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>