game/onyx2/modules/templates_anc/compile/%%FD^FDD^FDD175AE%%nm_statut.tpl.php

37 lines
2.2 KiB
PHP

<?php /* Smarty version 2.6.22, created on 2009-10-31 16:02:37
compiled from game/alliance/nm_statut.tpl */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'upper', 'game/alliance/nm_statut.tpl', 4, 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>Alliance en fondation</h2>
<h3><strong>Nom :</strong> <?php echo $this->_tpl_vars['alliance']['nom_alliance']; ?>
</h3>
<h3><strong>Tag :</strong> <?php echo ((is_array($_tmp=$this->_tpl_vars['alliance']['tag'])) ? $this->_run_mod_handler('upper', true, $_tmp) : smarty_modifier_upper($_tmp)); ?>
</h3><br />
<h2>Signatures</h2>
<h3><strong>Actuellement :</strong> <?php echo $this->_tpl_vars['nbSignatures']; ?>
</h3>
<h3><strong>N&eacute;cessaire :</strong> <?php echo @nb_signatures; ?>
</h3>
<h3><strong>Signataires :</strong> <?php $_from = $this->_tpl_vars['pseudos']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['k'] => $this->_tpl_vars['pseudo']):
?><?php if ($this->_tpl_vars['k'] != 0): ?>, <?php endif; ?><?php echo $this->_tpl_vars['pseudo']['pseudo']; ?>
<?php endforeach; endif; unset($_from); ?></h3><br />
<h2>Autre</h2>
<h3><a href="?p=alliances&amp;q=fonder&amp;r=quit">Quitter l'alliance</a></h3>
<h3><strong>Lien de signature :</strong> <a href="http://<?php echo $this->_tpl_vars['url_serveur']; ?>
/<?php echo $this->_tpl_vars['first_page']; ?>
?p=alliances&amp;signer=<?php echo $this->_tpl_vars['alliance']['lien']; ?>
">http://<?php echo $this->_tpl_vars['url_serveur']; ?>
/<?php echo $this->_tpl_vars['first_page']; ?>
?p=alliances&amp;signer=<?php echo $this->_tpl_vars['alliance']['lien']; ?>
</a></h3>
<?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);
?>