HB/onyx/tpl_compile/%%C9^C94^C945008C%%util.tpl.php

27 lines
1.7 KiB
PHP

<?php /* Smarty version 2.6.19, created on 2008-09-28 20:25:24
compiled from game/util.tpl */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'upper', 'game/util.tpl', 6, false),)), $this); ?>
<?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);
?>
<h2>Détails du joueur : <?php echo $this->_tpl_vars['userD']['pseudo']; ?>
</h2>
<img src="<?php echo $this->_tpl_vars['userD']['image']; ?>
" alt="Image utilisateur" />
<h2>Infos</h2>
<h4>Classement : <a href="?p=classement&amp;j=<?php echo $this->_tpl_vars['userD']['id']; ?>
&amp;c=<?php echo $this->_tpl_vars['userD']['place_points']; ?>
#moi"><?php echo $this->_tpl_vars['userD']['points']; ?>
points (<?php if ($this->_tpl_vars['userD']['place_points'] == '0'): ?>non classé<?php else: ?><?php echo $this->_tpl_vars['userD']['place_points']; ?>
<?php if ($this->_tpl_vars['userD']['place_points'] == '1'): ?>er<?php else: ?>ème<?php endif; ?><?php endif; ?>)</a></h4>
<?php if ($this->_tpl_vars['alliance']): ?><h4>Alliance: <a href="?p=alliances">[<?php echo ((is_array($_tmp=$this->_tpl_vars['alliance']['tag'])) ? $this->_run_mod_handler('upper', true, $_tmp) : smarty_modifier_upper($_tmp)); ?>
] <?php echo $this->_tpl_vars['alliance']['nom']; ?>
</a></h4><?php endif; ?>
<?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);
?>