Bontiv-Sourceer source code viewer
Root | Help
./PhpMyCMS/files/tpl_compl/%%08^08A^08A840C3%%index.tpl.php
<?php /* Smarty version 2.6.26, created on 2009-12-08 13:34:26
         compiled from D:%5CEasyPHP5.3.0%5Cwww/mod/user/tpl/index.tpl */
?>
<?php
require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('function', 'link', 'D:\\EasyPHP5.3.0\\www/mod/user/tpl/index.tpl', 6, false),)), $this); ?>
<html>
<head>
<title>Module User</title>
</head>
<body>
<p><a href="<?php echo smarty_function_link(array('module' => ""), $this);?>
">Retour page d'accueil</a></p>
<?php if ($this->_tpl_vars['user']['id']): ?>
   vous &ecirc;tes connect&eacute; en tant que <?php echo $this->_tpl_vars['user']['pseudo']; ?>

    <a href="<?php echo smarty_function_link(array('module' => 'user','action' => 'deconnexion'), $this);?>
">Deconnexion</a><br>
<?php endif; ?>
Non il n'y a pas grand chose ici... Allez plut&ocirc;t vers l'inscription :<br>
<a href="<?php echo smarty_function_link(array('module' => 'user','action' => 'inscription'), $this);?>
">Inscription</a><br>
<?php if (! $this->_tpl_vars['user']['id']): ?>
<a href="<?php echo smarty_function_link(array('module' => 'user','action' => 'connexion'), $this);?>
">Connexion</a>
<?php endif; ?>
</body>
</html>
Presented with Bontiv-Sourceer