Changeset 31746 in spip-zone
- Timestamp:
- Sep 22, 2009, 9:21:57 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/saisies/balise/saisie.php
r29925 r31746 68 68 // creer_argument_balise(nom, $balise) = {nom=#BALISE} 69 69 function creer_argument_balise($nom, $valeur = null) { 70 include_spip(' inc/interfaces');70 include_spip('public/interfaces'); 71 71 $s = new Texte; 72 72 $s->type="texte";
Note: See TracChangeset
for help on using the changeset viewer.