Bontiv-Sourceer source code viewer
Root | Help
./PhpMyCMS/files/tpl_compl/%%FA^FAA^FAA4442F%%index.tpl.php
<?php /* Smarty version 2.6.26, created on 2010-02-10 21:43:28
         compiled from C:%5CUsers%5Cpierre%5CDocuments%5CEasyPHP5.3.0%5Cwww/mod/admin/tpl/index.tpl */
?>
<?php
require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('function', 'link', 'C:\\Users\\pierre\\Documents\\EasyPHP5.3.0\\www/mod/admin/tpl/index.tpl', 6, false),)), $this); ?>
<htmL>
<head>
<title>Administration du site</title>
</head>
<body>
<a href="<?php echo smarty_function_link(array('module' => "",'action' => ""), $this);?>
">Retour &agrave; la page d'accueil</a>
<h1>Administration du site</h1>
<h2>Menu</h2>
<ul>
<?php $_from = $this->_tpl_vars['module']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach (
$_from as $this->_tpl_vars['item']):
?>
   <li><dl>
        <dt><a href="<?php echo smarty_function_link(array('module' => 'admin','action' => $this->_tpl_vars['item']['name']), $this);?>
"><?php echo $this->_tpl_vars['item']['info']['name']; ?>
</a></dt>
        <dd><?php echo $this->_tpl_vars['item']['info']['description']; ?>
</dd>
    </dl></li>
<?php endforeach; endif; unset($_from); ?>
</ul>
</body>
</htmL>
Presented with Bontiv-Sourceer