Changeset 65955 in spip-zone
- Timestamp:
- Sep 17, 2012, 3:55:42 PM (8 years ago)
- Location:
- _plugins_/zpip_html5/trunk
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/zpip_html5/trunk/inclure/head.html
r65923 r65955 21 21 [(#REM) Balise permettant aux plugins d'inserer des fichiers CSS ] 22 22 #INSERT_HEAD_CSS 23 24 [<link rel="stylesheet" href="(#CSS{css/spip.css})" type="text/css" />] 25 [<link rel="stylesheet" href="(#CSS{css/spip.form.css})" type="text/css" />] 26 [<link rel="stylesheet" href="(#CSS{css/spip.comment.css})" type="text/css" />] 27 [<link rel="stylesheet" href="(#CSS{css/spip.list.css})" type="text/css" />] 28 [<link rel="stylesheet" href="(#CSS{css/spip.petition.css})" type="text/css" />] 29 [<link rel="stylesheet" href="(#CSS{css/spip.pagination.css})" type="text/css" />] 30 [<link rel="stylesheet" href="(#CSS{css/spip.portfolio.css})" type="text/css" />] 31 [<link rel="stylesheet" href="(#CSS{css/clear.css})" type="text/css" />] 32 [<link rel="stylesheet" href="(#CSS{css/grid.css})" type="text/css" />] 33 [<link rel="stylesheet" href="(#CSS{css/button.css})" type="text/css" />] 34 [<link rel="stylesheet" href="(#CSS{css/layout.css})" type="text/css" />] 35 23 36 24 37 [(#REM) Feuille de style du theme ] -
_plugins_/zpip_html5/trunk/plugin.xml
r65943 r65955 5 5 <icon>img/z5.png</icon> 6 6 <licence>GNU/GPL</licence> 7 <version>2.0. 0</version>7 <version>2.0.1</version> 8 8 <etat>test</etat> 9 9 <description> … … 16 16 <prefix>Z5</prefix> 17 17 <options>z5_options.php</options> 18 <pipeline nom="insert_head_css" inclure="z5_pipelines.php" />19 18 <categorie>squelette</categorie> 20 19 <necessite id="SPIP" version="[3.0-dev;]" />
Note: See TracChangeset
for help on using the changeset viewer.