Subversion Repositories eFlore/Applications.cel

Rev

Rev 1909 | Rev 1921 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1909 Rev 1916
Line 115... Line 115...
115
		$widget['donnees']['logo'] = isset($_GET['logo']) ? $_GET['logo'] : 'defaut';
115
		$widget['donnees']['logo'] = isset($_GET['logo']) ? $_GET['logo'] : 'defaut';
116
		$widget['donnees']['titre'] = isset($_GET['titre']) ? $_GET['titre'] : 'defaut';
116
		$widget['donnees']['titre'] = isset($_GET['titre']) ? $_GET['titre'] : 'defaut';
117
		$widget['donnees']['titre'] = ($widget['donnees']['titre'] == '0') ? '' : $widget['donnees']['titre'];
117
		$widget['donnees']['titre'] = ($widget['donnees']['titre'] == '0') ? '' : $widget['donnees']['titre'];
Line 118... Line 118...
118
 
118
 
119
		// cas du projet par défaut ou bien d'un projet n'ayant pas de squelette spécifique
119
		// cas du projet par défaut ou bien d'un projet n'ayant pas de squelette spécifique
120
		if ($this->projet == 'defaut' || $this->projet == 'florileges' || !$this->projetASquelette()) {
120
		if ($this->projet == 'defaut' || $this->projet == 'florileges' || $this->projet == 'sauvages' || !$this->projetASquelette()) {
121
			$urlWsNsTpl = $this->config['chemins']['baseURLServicesEfloreTpl'];
121
			$urlWsNsTpl = $this->config['chemins']['baseURLServicesEfloreTpl'];
122
			$urlWsNs = sprintf($urlWsNsTpl, self::EFLORE_API_VERSION, $this->NS_PROJET, self::WS_NOM);
122
			$urlWsNs = sprintf($urlWsNsTpl, self::EFLORE_API_VERSION, $this->NS_PROJET, self::WS_NOM);
123
			$urlWsNsSansRef = sprintf($urlWsNsTpl, self::EFLORE_API_VERSION, '{referentiel}', self::WS_NOM);
123
			$urlWsNsSansRef = sprintf($urlWsNsTpl, self::EFLORE_API_VERSION, '{referentiel}', self::WS_NOM);
124
			$widget['donnees']['url_ws_autocompletion_ns'] = $urlWsNs;
124
			$widget['donnees']['url_ws_autocompletion_ns'] = $urlWsNs;