Changeset 70185 in spip-zone
- Timestamp:
- Feb 25, 2013, 9:38:56 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_galaxie_/www.spip-contrib.net/squelettes/2012/mes_options.php
r68390 r70185 1 1 <?php 2 if (is_dir($f='/dev/shm/cache-contribspipnet')) define('_DIR_CACHE',"$f/"); 3 2 4 // ajouter un bloc more/ qui contient les forums 3 5 $GLOBALS['z_blocs']=array('contenu','navigation','extra','head','more'); … … 6 8 7 9 // Quelques reglages d'affichage 8 $GLOBALS['table_des_traitements']['TITRE'][] = 'typo(supprimer_numero(%s))';10 #$GLOBALS['table_des_traitements']['TITRE'][] = 'typo(supprimer_numero(%s))'; 9 11 // $GLOBALS['debut_intertitre'] = "\n<h2 class=\"spip\">\n"; 10 12 // $GLOBALS['fin_intertitre'] = "</h2>\n"; … … 21 23 #var_dump($_SERVER['PHP_SELF']); 22 24 #var_dump($_SERVER['REQUEST_URI']); 23 $GLOBALS['dossier_squelettes'] = $GLOBALS['dossier_squelettes'].'/files.spip.org:'.$GLOBALS['dossier_squelettes'];25 $GLOBALS['dossier_squelettes'] = 'squelettes/files.spip.org:'.$GLOBALS['dossier_squelettes']; 24 26 $GLOBALS['marqueur'].='files:'; 25 27 }
Note: See TracChangeset
for help on using the changeset viewer.