| Current Path : /home/etiennec/www/oldsite/tmp/cache/skel/ |
| Current File : /home/etiennec/www/oldsite/tmp/cache/skel/html_3e5645a16499badec9817d90205b25f5.php |
<?php
/*
* Squelette : plugins/auto/zpip/head/mot.html
* Date : Tue, 29 Mar 2011 12:00:04 GMT
* Compile : Sun, 20 May 2012 12:03:35 GMT
* Boucles : _principale
*/
/* BOUCLE mots */
function BOUCLE_principalehtml_3e5645a16499badec9817d90205b25f5(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {
static $connect = '';
static $table = 'mots';
static $id = '_principale';
static $from = array('mots' => 'spip_mots');
static $type = array();
static $groupby = array();
static $select = array("mots.titre",
"mots.descriptif",
"mots.id_mot");
static $orderby = array();
$where =
array(
array('=', 'mots.id_mot', sql_quote($Pile[0]['id_mot'],'','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/head/mot.html','html_3e5645a16499badec9817d90205b25f5','_principale',1,$GLOBALS['spip_lang']));
if ($result) {
$SP++;
// RESULTATS
while ($Pile[$SP] = @sql_fetch($result)) {
$t0 .= (
'
<title>' .
(($t1 = strval(interdire_scripts(textebrut(typo(supprimer_numero($Pile[$SP]['titre']),"TYPO",$connect)))))!=='' ?
($t1 . ' - ') :
'') .
interdire_scripts(textebrut(typo($GLOBALS['meta']['nom_site'], "TYPO", $connect))) .
'</title>
' .
(($t1 = strval(interdire_scripts(attribut_html(couper(propre($Pile[$SP]['descriptif'], $connect),'150')))))!=='' ?
('<meta name="description" content="' . $t1 . '" />') :
'') .
'
<link rel="alternate" type="application/rss+xml"' .
(($t1 = strval(interdire_scripts(attribut_html(typo(supprimer_numero($Pile[$SP]['titre']),"TYPO",$connect)))))!=='' ?
(' title="' . $t1 . '"') :
'') .
' href="' .
interdire_scripts(parametre_url(generer_url_public('backend'),'id_mot',$Pile[$SP]['id_mot'])) .
'" />
');
}
@sql_free($result);
}
return $t0;
}
//
// Fonction principale du squelette plugins/auto/zpip/head/mot.html
// Temps de compilation total: 2.536 ms
//
function html_3e5645a16499badec9817d90205b25f5($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_principalehtml_3e5645a16499badec9817d90205b25f5($Cache, $Pile, $doublons, $Numrows, $SP) .
'
');
return analyse_resultat_skel('html_3e5645a16499badec9817d90205b25f5', $Cache, $page, 'plugins/auto/zpip/head/mot.html');
}
?>