9 lines
126 B
PHP
9 lines
126 B
PHP
|
<?php
|
||
|
|
||
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
||
|
return;
|
||
|
}
|
||
|
|
||
|
include_spip('inc/bandeau');
|
||
|
include_spip('action/menu_rubriques');
|