<?php /* Smarty version 2.6.2, created on 2013-11-12 12:17:59
         compiled from stats_box.tpl */ ?>
<?php require_once(SMARTY_DIR . 'core' . DIRECTORY_SEPARATOR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'myescape', 'stats_box.tpl', 2, false),)), $this); ?>
<ul class="blocked-links"  style="margin-left:20px;">
<?php if (((is_array($_tmp=$this->_tpl_vars['settings']['show_members_stats'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 1): ?>
            <li><a href="?a=members_stats" style="background:#7bb7ca;">Investors Stats</a></li> <br><br>
			<?php endif; ?>
			<?php if (((is_array($_tmp=$this->_tpl_vars['settings']['show_paidout_stats'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 1): ?>
			  <li><a href="?a=paidout" style="background:#7bb7ca;">Paid Out</a></li> <br><br>
			  <?php endif; ?>
			  <?php if (((is_array($_tmp=$this->_tpl_vars['settings']['show_top10_stats'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 1): ?>
			    <li><a href="?a=top10" style="background:#7bb7ca;">Investors Top 10</a></li> <br><br>
				  <?php endif; ?>
				  <?php if (((is_array($_tmp=$this->_tpl_vars['settings']['show_last10_stats'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 1): ?>
				  <li><a href="?a=last10" style="background:#7bb7ca;">Investors Last 10</a></li> <br><br>
				    <?php endif; ?>
					<?php if (((is_array($_tmp=$this->_tpl_vars['settings']['show_refs10_stats'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 1): ?>
				    <li><a href="?a=refs10" style="background:#7bb7ca;">Referrers Top 20</a></li> 
					<?php endif; ?>
			
          </ul>




