Add schema.sql to create database, add php files and templates for index, entries, exits and search.
This commit is contained in:
parent
16f10215e9
commit
4448a9bde1
21 changed files with 147 additions and 56 deletions
5
src/templates/recherche.tpl
Normal file
5
src/templates/recherche.tpl
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{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="recherche"}
|
||||
|
||||
{include file="admin/_foot.tpl"}
|
||||
Loading…
Add table
Add a link
Reference in a new issue