HB/onyx/templates/templates_c/%%F5^F5E^F5EB692F%%version.tpl.php

25 lines
1.2 KiB
PHP

<?php /* Smarty version 2.6.19, created on 2008-06-04 00:18:53
compiled from game/version.tpl */ ?>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => 'game/header.tpl', 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>
<div class="border_top"></div>
<h2>Mises à jour</h2>
<table><thead><tr><th>Versions</th><th>Détails</th></tr></thead><tbody>
<?php $_from = $this->_tpl_vars['versions']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['version']):
?>
<tr><td><?php echo $this->_tpl_vars['version']['numero']; ?>
<br /><?php echo $this->_tpl_vars['version']['date']; ?>
</td><td><?php echo $this->_tpl_vars['version']['description']; ?>
</td></tr>
<?php endforeach; endif; unset($_from); ?>
</tbody></table>
<div class="border_bt"></div>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => 'game/footer.tpl', 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>