9 lines
119 B
PHP
9 lines
119 B
PHP
|
<?php
|
||
|
|
||
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
||
|
return;
|
||
|
}
|
||
|
|
||
|
include_spip('inc/extra');
|
||
|
include_spip('inc/presentation');
|