Subversion Repositories Applications.gtt

Rev

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

Rev 73 Rev 104
Line 86... Line 86...
86
		    		ob_start();
86
		    		ob_start();
87
		    		extract($GLOBALS['_GTT_']['i18n']['general'], EXTR_PREFIX_ALL, 'i18n_general');
87
		    		extract($GLOBALS['_GTT_']['i18n']['general'], EXTR_PREFIX_ALL, 'i18n_general');
88
		    		extract($this->getRegistre()->getDonnees($espace_de_nom));
88
		    		extract($this->getRegistre()->getDonnees($espace_de_nom));
Line 89... Line 89...
89
 
89
 
90
					include_once $fichier_squelette;
90
					include_once $fichier_squelette;
91
					// RĂ©partition dans des zones
91
					// RĂ©partition dans des zones
92
					switch($espace_de_nom) {
92
					switch($espace_de_nom) {
93
		    			case 'principal' :
93
		    			case 'principal' :
94
		    				$contenu_principal .= ob_get_contents();
94
		    				$contenu_principal .= ob_get_contents();
95
		    				break;
95
		    				break;