Subversion Repositories Applications.referentiel

Compare Revisions

Ignore whitespace Rev 32 → Rev 33

/trunk/interfaces/controleurs/Referentiel.php
33,7 → 33,7
public function __construct() {
$meta = array('titre' => '', 'description' => '', 'tags' => '');
$sortie = array('metadonnees' => $meta, 'corps' => '', 'tete' => '', 'pied' => '', 'navigation' => '');
$url = new Url(Config::get('url_base'));
$url = new Url(Config::get('url_base_index'));
self::$parametres = array( 'module' => 'Test',
'action' => 'executerActionParDefaut',
'sortie' => $sortie,