You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
217 B
13 lines
217 B
![]()
10 years ago
|
<?php
|
||
|
|
||
|
if (!defined("_ECRIRE_INC_VERSION")) return;
|
||
|
|
||
|
/**
|
||
|
* On définit le type de squelettes
|
||
|
*/
|
||
|
define('_MS_TYPE_SKEL','blog');
|
||
|
|
||
|
define('_MS_DESACTIVE_EXERGUE','oui');
|
||
|
define('_MS_DESACTIVE_HIGHLIGHT','oui');
|
||
|
|
||
|
?>
|