Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 516 → Rev 517

/trunk/controleurs/aControleur.php
17,13 → 17,12
const META_TITRE = 'titre';
const META_DESCRIPTION = 'description';
const META_TAGS = 'tags';
const ENTETE = 'entete';
const RENDU_TETE = 'tete';
const RENDU_CORPS = 'corps';
const RENDU_PIED = 'pied';
const RENDU_NAVIGATION = 'navigation';
const RENDU_MENU = 'menu';
const RENDU_SCRIPT = 'scripts';
const RENDU_STYLE = 'styles';
 
private $sortie = array();
protected $urlBase = null;
74,10 → 73,9
if ($type != self::RENDU_TETE &&
$type != self::RENDU_CORPS &&
$type != self::RENDU_PIED &&
$type != self::RENDU_SCRIPT &&
$type != self::RENDU_STYLE &&
$type != self::RENDU_NAVIGATION &&
$type != self::RENDU_MENU &&
$type != self::ENTETE &&
$type != self::META_TITRE &&
$type != self::META_DESCRIPTION &&
$type != self::META_TAGS) {