game/onyx/tpl_compile/%%93^93E^93E2E2FD%%bandeau_add.tpl.php

23 lines
996 B
PHP

<?php /* Smarty version 2.6.19, created on 2008-09-20 00:28:41
compiled from admin/bandeau_add.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);
?>
<form action="?p=<?php echo $this->_tpl_vars['linkpage']; ?>
&amp;i=<?php echo $this->_tpl_vars['id']; ?>
" method="post">
<p>
Texte : <input type="text" name="texte" value="<?php echo $this->_tpl_vars['mod']['texte']; ?>
" /><br />
Couleur : <input type="text" name="color" value="<?php echo $this->_tpl_vars['mod']['color']; ?>
" /><br />
<input type="submit" class="submit" value="GO" />
</p>
</form>
<?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);
?>