<?php /* Smarty version 2.6.13, created on 2012-01-22 00:58:23
         compiled from index.tpl */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('function', 'cycle', 'index.tpl', 42, false),array('modifier', 'default', 'index.tpl', 45, false),)), $this); ?>
        <div id="content">
            <div id="homeIntro">
                <div id="hiText">
                    <h1><?php echo $this->_tpl_vars['_LANG']['HOME']['HEADER']; ?>
</h1>
                    <p><?php echo $this->_tpl_vars['_LANG']['HOME']['INTRO']; ?>
</p>
                    <p>
                        <center><a href="/prop-signup"><img src="/images/buttons/signup-prop-deal.png" width="225" height="32" style="vertical-align:middle;margin-top:5px;" class="tip" title="To see prop deal identities"/></a></center>
                    </p>
                </div>
                <div id="hiSteps">
                    <h2><?php echo $this->_tpl_vars['_LANG']['HOME']['STEPS_HEADER']; ?>
</h2>
                    <ul>
                        <li class="hiStep" id="hiStep1">
                            <p><?php echo $this->_tpl_vars['_LANG']['HOME']['STEP1']; ?>
</p>
                        </li>
                        <li class="hiStep" id="hiStep2">
                            <p><?php echo $this->_tpl_vars['_LANG']['HOME']['STEP2']; ?>
</p>
                        </li>
                        <li class="hiStep" id="hiStep3">
                            <p><?php echo $this->_tpl_vars['_LANG']['HOME']['STEP3']; ?>
</p>
                        </li>
                    </ul>
                </div>
            </div>
            <div id="inner">
                <div id="colMain">
                  <p><?php echo $this->_tpl_vars['_LANG']['HOME']['MAIN']; ?>
</p>
                   
                    <table cellpadding="0" cellspacing="0" class="deals">
                        <thead>
                            <tr>
                                <th width="19">&nbsp;</th>
                                <th><?php echo $this->_tpl_vars['_LANG']['HOME']['TABLE_POKER_ROOM']; ?>
</th>
                                <th class="center" width="110"><?php echo $this->_tpl_vars['_LANG']['HOME']['TABLE_PROP_PAY']; ?>
 <img src="/images/icons/information.png" class="tip" title="<?php echo $this->_tpl_vars['_LANG']['HOME']['TABLE_PROP_PAY_TIP']; ?>
"></th>
                                <th class="center" width="100"><?php echo $this->_tpl_vars['_LANG']['HOME']['TABLE_GAME_TYPES']; ?>
 <img src="/images/icons/information.png" class="tip" title="<?php echo $this->_tpl_vars['_LANG']['HOME']['TABLE_GAME_TYPES_TIP']; ?>
"></th>
                                <th class="center" width="100"><?php echo $this->_tpl_vars['_LANG']['HOME']['TABLE_TRAFFIC']; ?>
 <img src="/images/icons/information.png" class="tip" title="<?php echo $this->_tpl_vars['_LANG']['HOME']['TABLE_TRAFFIC_TIP']; ?>
"></th>
                            </tr>
                        </thead>
                        <tbody>

                        <?php $_from = $this->_tpl_vars['page_data']['sites']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }$this->_foreach['sites'] = array('total' => count($_from), 'iteration' => 0);
if ($this->_foreach['sites']['total'] > 0):
    foreach ($_from as $this->_tpl_vars['site']):
        $this->_foreach['sites']['iteration']++;
?>
                            <tr class="<?php echo smarty_function_cycle(array('values' => ",alt"), $this);?>
" nowrap>
                                <td width="24"><?php if ($this->_tpl_vars['site']['us']): ?><img src="/images/icons/us-flag.png" width="24" height="22" alt="US" title="Allows US players" /><?php else: ?><img src="/images/icons/eu-flag.png" width="24" height="22" alt="EU" title="Located in Europe"  /><?php endif; ?></td>
                                <td class="colName"><a href="/prop-deals/<?php echo $this->_tpl_vars['site']['tag']; ?>
" title="<?php echo $this->_tpl_vars['site']['name']; ?>
"><?php echo $this->_tpl_vars['site']['name']; ?>
</a></td>
                                <td class="colRBP"><?php echo ((is_array($_tmp=@$this->_tpl_vars['site']['prc'])) ? $this->_run_mod_handler('default', true, $_tmp, "-") : smarty_modifier_default($_tmp, "-")); ?>
</td>
                                <td class="center" nowrap="nowrap">
                                

                                   <span class="gameType"><?php echo ((is_array($_tmp=@$this->_tpl_vars['site']['limit_type'])) ? $this->_run_mod_handler('default', true, $_tmp, "-") : smarty_modifier_default($_tmp, "-")); ?>
</span>
   						
                                </td>
                                <td class="colNetSize"><?php echo $this->_tpl_vars['site']['size']; ?>
</td>
                            </tr>
                        <?php endforeach; endif; unset($_from); ?>
                        </tbody>
                    </table>
<?php  if (!isset($_SESSION['user_id']) > 0) { ?>
<p style="margin-top:12px; padding-top:12px; text-align:center; font-size:11px; line-height:1.2em;" class="last"><?php echo $this->_tpl_vars['_LANG']['HOME']['HIDDEN']; ?>
</p>
<?php  }  ?>

                <hr style="margin:2em 0;l" />

                <div id="introText" style="margin:0 20px 0px 20px;">
                 <h3 style="font-size:14px;font-weight:bold;"><?php echo $this->_tpl_vars['_LANG']['HOME']['MORE_PROPPING_HEADER']; ?>
</h3><br>
					<?php echo $this->_tpl_vars['_LANG']['HOME']['MORE_PROPPING']; ?>

                   </div> 
                </div>
                <div id="colRight">
        		<?php require_once(SMARTY_CORE_DIR . 'core.smarty_include_php.php');
smarty_core_smarty_include_php(array('smarty_file' => './templates/blocks/faq.tpl.php', 'smarty_assign' => '', 'smarty_once' => false, 'smarty_include_vars' => array()), $this); ?>

        		<?php require_once(SMARTY_CORE_DIR . 'core.smarty_include_php.php');
smarty_core_smarty_include_php(array('smarty_file' => './templates/blocks/news.tpl.php', 'smarty_assign' => '', 'smarty_once' => false, 'smarty_include_vars' => array()), $this); ?>

        		<?php require_once(SMARTY_CORE_DIR . 'core.smarty_include_php.php');
smarty_core_smarty_include_php(array('smarty_file' => './templates/blocks/articles.tpl.php', 'smarty_assign' => '', 'smarty_once' => false, 'smarty_include_vars' => array()), $this); ?>

                </div>
            </div>
            <br style="clear:both; " />

      </div>
    </div>
