Your IP : 216.73.216.20


Current Path : /home/etiennec/www/oldsite/tmp/cache/skel/
Upload File :
Current File : /home/etiennec/www/oldsite/tmp/cache/skel/html_885792617cf8dbcfc2d86e668a2fa435.php

<?php

/*
 * Squelette : plugins/auto/zpip/breve.html
 * Date :      Tue, 29 Mar 2011 12:00:06 GMT
 * Compile :   Sun, 22 Feb 2015 14:59:46 GMT
 * Boucles :   _breve_principal
 */ 

/* BOUCLE breves  */

 function BOUCLE_breve_principalhtml_885792617cf8dbcfc2d86e668a2fa435(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {

	static $connect = '';
	static $table = 'breves';
	static $id = '_breve_principal';
	static $from = array('breves' => 'spip_breves');
	static $type = array();
	static $groupby = array();
	static $select = array("breves.id_rubrique",
		"breves.lang",
		"breves.titre");
	static $orderby = array();
	$where = 
			array(
			array('=', 'breves.statut', '\'publie\''), 
			array('=', 'breves.id_breve', sql_quote($Pile[0]['id_breve'],'','int')));
	static $join = array();
	static $limit = '';
	static $having = 
			array();
	$t0 = "";
	// REQUETE
	$result = calculer_select($select, $from, $type, $where, $join, $groupby, $orderby, $limit, $having, $table, $id, $connect,
		 array('plugins/auto/zpip/breve.html','html_885792617cf8dbcfc2d86e668a2fa435','_breve_principal',1,$GLOBALS['spip_lang']));
	if ($result) {
	lang_select($GLOBALS['spip_lang']);
	$SP++;
	// RESULTATS
	while ($Pile[$SP] = @sql_fetch($result)) {

		lang_select_public($Pile[$SP]['lang'], '', $Pile[$SP]['titre']);
		$t0 .= (
'
' .

'<'.'?php echo recuperer_fond( ' . argumenter_squelette('structure') . ', array_merge('.var_export($Pile[0],1).',array(\'id_rubrique\' => ' . argumenter_squelette(interdire_scripts(entites_html(sinon(@$Pile[0]['id_rubrique'],$Pile[$SP]['id_rubrique']),true))) . ',
	\'type\' => ' . argumenter_squelette('breve') . ',
	\'composition\' => ' . argumenter_squelette(interdire_scripts(@$Pile[0]['composition'])) . ',
	\'lang\' => ' . argumenter_squelette($GLOBALS["spip_lang"]) . ')), array("compil"=>array(\'plugins/auto/zpip/breve.html\',\'html_885792617cf8dbcfc2d86e668a2fa435\',\'\',2,$GLOBALS[\'spip_lang\'])), _request("connect"));
?'.'>
');
	}
	lang_select();
	@sql_free($result);
	}
	return $t0;
}


//
// Fonction principale du squelette plugins/auto/zpip/breve.html
// Temps de compilation total: 2.668 ms
//

function html_885792617cf8dbcfc2d86e668a2fa435($Cache, $Pile, $doublons=array(), $Numrows=array(), $SP=0) {


	if (isset($Pile[0]["doublons"]) AND is_array($Pile[0]["doublons"]))
		$doublons = nettoyer_env_doublons($Pile[0]["doublons"]);

	$connect = '';
	$page = BOUCLE_breve_principalhtml_885792617cf8dbcfc2d86e668a2fa435($Cache, $Pile, $doublons, $Numrows, $SP);

	return analyse_resultat_skel('html_885792617cf8dbcfc2d86e668a2fa435', $Cache, $page, 'plugins/auto/zpip/breve.html');
}
?>