Changeset 93567 in spip-zone
- Timestamp:
- Dec 11, 2015, 6:54:10 PM (5 years ago)
- Location:
- _plugins_/spipclear
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/spipclear/paquet.xml
r93559 r93567 2 2 prefix="SpipClear" 3 3 categorie="squelette" 4 version="0.2. 2"4 version="0.2.3" 5 5 etat="stable" 6 6 logo="images/spipclear-128.png" 7 compatibilite="[2.0.6;3. 0.*]"7 compatibilite="[2.0.6;3.1.*]" 8 8 documentation="http://contrib.spip.net/SpipClear-2-1" 9 9 > -
_plugins_/spipclear/plugin.xml
r84614 r93567 4 4 <auteur>James, Ben, Eric Lupinacci et b_b</auteur> 5 5 <licence>© 2009 - GNU/GPL</licence> 6 <version>0.2. 2</version>6 <version>0.2.3</version> 7 7 <etat>stable</etat> 8 8 <prefix>SpipClear</prefix> … … 18 18 <inclure>spipclear_pipelines.php</inclure> 19 19 </pipeline> 20 <necessite id="SPIP" version="[2.0.6;3. 0.99]" />20 <necessite id="SPIP" version="[2.0.6;3.1.99]" /> 21 21 <necessite id="CalendrierMini" version="[0.3;]" /> 22 22 <categorie>squelette</categorie> -
_plugins_/spipclear/spipclear_fonctions.php
r93559 r93567 74 74 } 75 75 if ($nom_theme) { 76 $htm .= '<li style="padding-left: 10px; border-bottom: 2px solid #ccc;"><p><a id="'.$nom_theme.'" class="theme" href="#" title="'._T( selectionner_theme).'">'.$nom_theme.'</p>';76 $htm .= '<li style="padding-left: 10px; border-bottom: 2px solid #ccc;"><p><a id="'.$nom_theme.'" class="theme" href="#" title="'._T('selectionner_theme').'">'.$nom_theme.'</p>'; 77 77 if ($capture) { 78 78 $htm .= '<img src="'._DIR_PLUGIN_SPIPCLEAR.'themes/'.$rt.'/screenshot.jpg" />'; … … 97 97 } 98 98 if ($nom_theme) { 99 $htm .= '<li style="padding-left: 10px; border-bottom: 2px solid #ccc;"><p><a id="'.$nom_theme.'" class="theme" href="#" title="'._T( selectionner_theme).'">'.$nom_theme.'</p>';99 $htm .= '<li style="padding-left: 10px; border-bottom: 2px solid #ccc;"><p><a id="'.$nom_theme.'" class="theme" href="#" title="'._T('selectionner_theme').'">'.$nom_theme.'</p>'; 100 100 if ($capture) { 101 101 $htm .= '<img src="'.$dir_perso.$rt.'/screenshot.jpg" />'; -
_plugins_/spipclear/spipclear_pipelines.php
r93559 r93567 16 16 and in_array($fond, array('article', 'rubrique', 'sommaire'))) { 17 17 $ext = $flux['args']['ext']; 18 19 if ($squelette = test_squelette_spipclear($fond, $ext)) { 20 $flux['data'] = $squelette; 21 } 18 22 19 23 // cas du sommaire
Note: See TracChangeset
for help on using the changeset viewer.