Nouveau fichier

This commit is contained in:
Rodolphe Quiedeville 2004-03-08 11:01:41 +00:00
parent a0cb1fb8ce
commit b4a88d19f5

35
doc/dev/theme.sgml Normal file
View File

@ -0,0 +1,35 @@
<!-- $Id$ -->
<!-- $Source$ -->
<chapt id="theme">Thèmes
<sect id="theme-create">Création d'un nouveau thème
<p>
Pour créer un nouveau thème, allez dans le répertoire
'htdocs/theme/' recopier par exemple tout le répertoire
'dolibarr' vers un nouveau répertoire qui aura le nom de votre
thème. Dans ce répertoire changer le nom du fichier .css pour
qu'il ait le même nom que le répertoire. Modifier ensuite le CSS
et les images contenues dans le répertoire img pour
personnaliser votre thème.
</p>
</sect>
</chapt>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:nil
sgml-shorttag:t
sgml-namecase-general:t
sgml-general-insert-case:lower
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:2
sgml-indent-data:t
sgml-parent-document:("dolibarr-dev.sgml" "book" "chapt")
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
-->