Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Regard whitespace Rev 493 → Rev 494

/trunk/controleurs/aControleur.php
22,6 → 22,8
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;
72,6 → 74,8
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::META_TITRE &&