source: trunk/spip/esqueleto-redcta/plugins/sktheme/1_9_2/plugin.xml @ 30

Last change on this file since 30 was 30, checked in by sebas, 17 years ago

nueva importacion del codigo del esqueleto de redcta con los plugins

File size: 1.4 KB
Line 
1<plugin>
2 <nom>SkTheme (SPIP 1.9.2)</nom>
3 <version>0.6</version>
4 <etat>stable</etat>
5 <auteur>Skedus
6<multi>
7_ &copy; September 2006 - distributed under GNU/GPL licence.
8[fr]_ &copy; Septembre 2006 - distribu&#233; sous license GNU/GPL.
9</multi>
10</auteur>
11<description>
12<multi>
13Manage theme for SPIP
14_ WATCH OUT: You need to desactivate switcher plugin (quite incompatible because using same process - this means i copied it inside this plugin and i would like to thank  its authors Philippe Drouot and Fil for this nice switcher plugin)
15_ Activate this plugin and manage themes in the {{Configuration}} menu.
16[fr]
17Gestion des th&#232;mes de SPIP
18_ ATTENTION: D&#233;sactivez le plugin switcher (ils sont quelque peu incompatibles, car il est monstreusement copi&#233; dans ce plugin, merci aux auteurs Philippe Drouot et Fil)
19_ Activez ce plugin et g&#233;rez les th&#232;mes dans le menu {{Configuration}}.
20</multi>
21</description>
22        <lien>http://skedus.free.fr/spip/spip.php?article8</lien> <!-- URI de documentation -->
23 <prefix>sktheme</prefix>
24 <options>sktheme_options.php</options>
25 <pipeline>
26    <nom>ajouter_boutons</nom>
27    <inclure>sktheme_fonctions.php</inclure>
28 </pipeline>
29 <pipeline>
30    <nom>affichage_final</nom>
31    <action>affichage_final</action>
32    <inclure>sktheme_fonctions.php</inclure>
33 </pipeline>
34 <pipeline>
35   <nom>insert_head</nom>
36      <inclure>sktheme_head.php</inclure>
37 </pipeline>
38 </plugin>
Note: See TracBrowser for help on using the repository browser.