<?php /* Smarty version 2.6.2, created on 2012-10-21 12:23:16
         compiled from allrcb.tpl */ ?>
<?php require_once(SMARTY_DIR . 'core' . DIRECTORY_SEPARATOR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'encurl', 'allrcb.tpl', 8, false),)), $this); ?>
<?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);
 ?>

<h3>All Referral Commissions Backs</h3>
<div class="allrcb">
<?php if (count($_from = (array)$this->_tpl_vars['listings'])):
    foreach ($_from as $this->_tpl_vars['listing']):
?>
<div class="program">
<div class="title clearfix">
<a class="name" href="<?php echo ((is_array($_tmp="?a=go&lid=".($this->_tpl_vars['listing']['id']))) ? $this->_run_mod_handler('encurl', true, $_tmp) : smarty_modifier_encurl($_tmp)); ?>
" target=_blank><?php echo $this->_tpl_vars['listing']['name']; ?>
</a>
<ul>
  <li><a href="<?php echo ((is_array($_tmp="?a=details&lid=".($this->_tpl_vars['listing']['id']))) ? $this->_run_mod_handler('encurl', true, $_tmp) : smarty_modifier_encurl($_tmp)); ?>
">Program Details</a></li>
  <li><a href="<?php echo ((is_array($_tmp="?a=add_vote&lid=".($this->_tpl_vars['listing']['id']))) ? $this->_run_mod_handler('encurl', true, $_tmp) : smarty_modifier_encurl($_tmp)); ?>
">Vote Now</a></li>
  <li><a href="<?php echo ((is_array($_tmp="?a=statistics&lid=".($this->_tpl_vars['listing']['id']))) ? $this->_run_mod_handler('encurl', true, $_tmp) : smarty_modifier_encurl($_tmp)); ?>
">Payouts</a></li>
  <li><a href="<?php echo ((is_array($_tmp="?a=report_scam&lid=".($this->_tpl_vars['listing']['id']))) ? $this->_run_mod_handler('encurl', true, $_tmp) : smarty_modifier_encurl($_tmp)); ?>
">Report Scam</a></li>
<?php if ($this->_tpl_vars['settings']['refback_enabled']): ?>
  <li><a href="<?php echo ((is_array($_tmp="?a=refback&lid=".($this->_tpl_vars['listing']['id']))) ? $this->_run_mod_handler('encurl', true, $_tmp) : smarty_modifier_encurl($_tmp)); ?>
">Request RCB</a></li>
<?php endif; ?>
  <li><?php if ($this->_tpl_vars['listing']['bookmark']): ?><a href="<?php echo ((is_array($_tmp="?a=bookmarks&action=remove&lid=".($this->_tpl_vars['listing']['id']))) ? $this->_run_mod_handler('encurl', true, $_tmp) : smarty_modifier_encurl($_tmp)); ?>
" onclick="return confirm('Do you really want to remove the program from bookmarks?')">- Bookmark</a><?php else: ?><a href="<?php echo ((is_array($_tmp="?a=bookmarks&action=add&lid=".($this->_tpl_vars['listing']['id']))) ? $this->_run_mod_handler('encurl', true, $_tmp) : smarty_modifier_encurl($_tmp)); ?>
">Bookmark</a><?php endif; ?></li>
</ul>
</div>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "rcb_table.tpl", 'smarty_include_vars' => array('rcbs' => $this->_tpl_vars['listing']['rcb'])));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>

</div>
<?php endforeach; unset($_from); else: ?>
<div class="message">No RCB found</div>
<?php endif; ?>
</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);
 ?>