<?php /* Smarty version 2.6.2, created on 2012-10-23 00:58:10
         compiled from paysystems_box.tpl */ ?>
<?php require_once(SMARTY_DIR . 'core' . DIRECTORY_SEPARATOR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'encurl', 'paysystems_box.tpl', 6, false),)), $this); ?>
<h2>Payment Systems</h2>
<div class="paymentsystems">
<ul style="padding-left: 10px;">
<?php if (isset($this->_sections['p'])) unset($this->_sections['p']);
$this->_sections['p']['name'] = 'p';
$this->_sections['p']['loop'] = is_array($_loop=$this->_tpl_vars['paysystemsbox']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
$this->_sections['p']['show'] = true;
$this->_sections['p']['max'] = $this->_sections['p']['loop'];
$this->_sections['p']['step'] = 1;
$this->_sections['p']['start'] = $this->_sections['p']['step'] > 0 ? 0 : $this->_sections['p']['loop']-1;
if ($this->_sections['p']['show']) {
    $this->_sections['p']['total'] = $this->_sections['p']['loop'];
    if ($this->_sections['p']['total'] == 0)
        $this->_sections['p']['show'] = false;
} else
    $this->_sections['p']['total'] = 0;
if ($this->_sections['p']['show']):

            for ($this->_sections['p']['index'] = $this->_sections['p']['start'], $this->_sections['p']['iteration'] = 1;
                 $this->_sections['p']['iteration'] <= $this->_sections['p']['total'];
                 $this->_sections['p']['index'] += $this->_sections['p']['step'], $this->_sections['p']['iteration']++):
$this->_sections['p']['rownum'] = $this->_sections['p']['iteration'];
$this->_sections['p']['index_prev'] = $this->_sections['p']['index'] - $this->_sections['p']['step'];
$this->_sections['p']['index_next'] = $this->_sections['p']['index'] + $this->_sections['p']['step'];
$this->_sections['p']['first']      = ($this->_sections['p']['iteration'] == 1);
$this->_sections['p']['last']       = ($this->_sections['p']['iteration'] == $this->_sections['p']['total']);
?>
  <li class="clearfix">
  <a class="logo" href="http://www.<?php echo $this->_tpl_vars['paysystemsbox'][$this->_sections['p']['index']]; ?>
.com/" target=_blank><img src="<?php echo ((is_array($_tmp=($this->_tpl_vars['theme'])."images/".($this->_tpl_vars['paysystemsbox'][$this->_sections['p']['index']]).".gif")) ? $this->_run_mod_handler('encurl', true, $_tmp) : smarty_modifier_encurl($_tmp)); ?>
" border=0 alt="<?php echo $this->_tpl_vars['paysystemsbox'][$this->_sections['p']['index']]; ?>
" title="<?php echo $this->_tpl_vars['paysystemsbox'][$this->_sections['p']['index']]; ?>
"></a>
  <a class="staff" href="<?php echo ((is_array($_tmp="?a=home&pfilter=".($this->_tpl_vars['paysystemsbox'][$this->_sections['p']['index']])."&type=".($this->_tpl_vars['frm']['type']))) ? $this->_run_mod_handler('encurl', true, $_tmp) : smarty_modifier_encurl($_tmp)); ?>
">List <strong><?php echo $this->_tpl_vars['paysystemsbox'][$this->_sections['p']['index']]; ?>
</strong> programs</a>
 </li>
<?php endfor; endif; ?>
</ul>
</div>