| Current Path : /home/etiennec/www/oldsite/tmp/cache/skel/ |
| Current File : /home/etiennec/www/oldsite/tmp/cache/skel/html_1f63163528035b687c2a8d1680fbb83c.php |
<?php
/*
* Squelette : plugins/auto/zpip/mot.html
* Date : Tue, 29 Mar 2011 12:00:06 GMT
* Compile : Sun, 20 May 2012 12:03:35 GMT
* Boucles : _principale
*/
/* BOUCLE mots */
function BOUCLE_principalehtml_1f63163528035b687c2a8d1680fbb83c(&$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("1");
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/mot.html','html_1f63163528035b687c2a8d1680fbb83c','_principale',1,$GLOBALS['spip_lang']));
if ($result) {
$SP++;
// RESULTATS
while ($Pile[$SP] = @sql_fetch($result)) {
$t0 .= (
'
' .
'<'.'?php echo recuperer_fond( ' . argumenter_squelette('structure') . ', array_merge('.var_export($Pile[0],1).',array(\'type\' => ' . argumenter_squelette('mot') . ',
\'composition\' => ' . argumenter_squelette(interdire_scripts(@$Pile[0]['composition'])) . ',
\'lang\' => ' . argumenter_squelette($GLOBALS["spip_lang"]) . ')), array("compil"=>array(\'plugins/auto/zpip/mot.html\',\'html_1f63163528035b687c2a8d1680fbb83c\',\'\',2,$GLOBALS[\'spip_lang\'])), _request("connect"));
?'.'>
');
}
@sql_free($result);
}
return $t0;
}
//
// Fonction principale du squelette plugins/auto/zpip/mot.html
// Temps de compilation total: 7.881 ms
//
function html_1f63163528035b687c2a8d1680fbb83c($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_1f63163528035b687c2a8d1680fbb83c($Cache, $Pile, $doublons, $Numrows, $SP);
return analyse_resultat_skel('html_1f63163528035b687c2a8d1680fbb83c', $Cache, $page, 'plugins/auto/zpip/mot.html');
}
?>