Changeset 120912 in spip-zone
- Timestamp:
- Feb 3, 2020, 3:10:56 AM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/jeux/trunk/jeux_fonctions.php
r120911 r120912 81 81 // #TITRE_PUBLIC equivalent a : #CONTENU*|titre_jeu 82 82 function balise_TITRE_PUBLIC_dist($p) { 83 if( !$p->id_boucle) {83 if($p->id_boucle) { 84 84 $id = $p->boucles[$p->id_boucle]->id_table; 85 85 if($id == 'jeux') {
Note: See TracChangeset
for help on using the changeset viewer.