clean and comments for category templates and php files
This commit is contained in:
parent
5ee30cf9ed
commit
ff037ff75b
18 changed files with 180 additions and 72 deletions
9
src/templates/historique.tpl
Normal file
9
src/templates/historique.tpl
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{include file="admin/_head.tpl" title="%s"|args:$plugin.nom current="plugin_%s"|args:$plugin.id}
|
||||
|
||||
{include file="%s_nav.tpl"|args:$plugin_tpl current="index"}
|
||||
|
||||
{foreach from=$all_dates item='date'}
|
||||
<p>{$date}</p>
|
||||
{/foreach}
|
||||
|
||||
{include file="admin/_foot.tpl"}
|
||||
Loading…
Add table
Add a link
Reference in a new issue