Subversion Repositories eFlore/Applications.cel

Rev

Rev 1495 | Rev 1900 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1495 Rev 1670
Line 171... Line 171...
171
		    			$item['infos'] = $this->decouperTitre($item['titre']);
171
		    			$item['infos'] = $this->decouperTitre($item['titre']);
172
		    			$item['nn'] = '';
172
		    			$item['nn'] = '';
173
		    			$item['eflore_url'] = '#';
173
		    			$item['eflore_url'] = '#';
174
		    			if (preg_match('/\[nn([0-9]+)\]/', $entree->title, $match)) {
174
		    			if (preg_match('/\[nn([0-9]+)\]/', $entree->title, $match)) {
175
		    				$item['nn'] = $match[1];
175
		    				$item['nn'] = $match[1];
176
		    				$item['eflore_url'] = sprintf($this->eflore_url_tpl, $item['nn']);
176
		    				$item['eflore_url'] = $item['lien'] ;
177
		    			}
177
		    			}
Line 178... Line 178...
178
		    			
178
		    			
179
						// Récupération du GUID
179
						// Récupération du GUID
180
						if (preg_match('/appli:cel-img:([0-9]+)[^.]+\.jpg$/', $entree->guid, $match)) {
180
						if (preg_match('/appli:cel-img:([0-9]+)[^.]+\.jpg$/', $entree->guid, $match)) {