forked from halo-battle/game
Version 1.9g
This commit is contained in:
parent
d028822d0b
commit
4c9814a99c
800 changed files with 237325 additions and 1949 deletions
27
onyx/tpl_compile/%%C9^C94^C945008C%%util.tpl.php
Normal file
27
onyx/tpl_compile/%%C9^C94^C945008C%%util.tpl.php
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<?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&j=<?php echo $this->_tpl_vars['userD']['id']; ?>
|
||||
&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);
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue