Skip to content
Snippets Groups Projects
Commit a4ca6253 authored by llaffont's avatar llaffont
Browse files

Fichier oublié

parent 8b1d2863
No related merge requests found
......@@ -574,6 +574,7 @@ application/modules/admin/views/scripts/modules/auth_register.phtml -text
application/modules/admin/views/scripts/modules/bib_all.phtml -text
application/modules/admin/views/scripts/modules/blog_all.phtml -text
application/modules/admin/views/scripts/modules/cms_all.phtml -text
application/modules/admin/views/scripts/modules/cms_articleviewbydate.phtml -text
application/modules/admin/views/scripts/modules/index_all.phtml -text
application/modules/admin/views/scripts/modules/recherche_avancee.phtml -text
application/modules/admin/views/scripts/modules/recherche_guidee.phtml -text
......
<?php include("..".URL_ADMIN_HTML."modules/_debut.phtml");?>
<fieldset>
<legend>Généralités</legend>
<table>
<tr>
<td class="droite">Titre&nbsp;</td>
<td class="gauche"><input type="text" name="titre" size="25" value="<?php echo $this->preferences["titre"]; ?>"></td>
</tr>
</table>
</fieldset>
<?php include("..".URL_ADMIN_HTML."modules/_fin.phtml");?>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment