File "html_9a0a50c073ca0f540d6c0c4a4d02fa58.php"

Full Path: /home/spiraleeea/www/spirale/tmp/cache/skel/html_9a0a50c073ca0f540d6c0c4a4d02fa58.php
File size: 21.71 KB
MIME-type: text/x-php
Charset: utf-8

<?php

/*
 * Squelette : squelettes/sommaire.html
 * Date :      Sat, 06 Dec 2025 01:05:23 GMT
 * Compile :   Tue, 01 Sep 2026 11:52:01 GMT
 * Boucles :   _debug_text, _liste_acc, _accueil, _liste_acc2, _accueil2, _breves, _forums_liens, _syndic
 */ 

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

	static $command = array();
	static $connect;
	$command['connect'] = $connect = '';
	if (!isset($command['table'])) {
		$command['table'] = 'articles';
		$command['id'] = '_debug_text';
		$command['from'] = array('articles' => 'spip_articles');
		$command['type'] = array();
		$command['groupby'] = array();
		$command['select'] = array("articles.lang",
		"articles.date",
		"articles.id_article",
		"articles.id_rubrique",
		"articles.titre",
		"articles.descriptif",
		"articles.texte",
		"articles.chapo");
		$command['orderby'] = array();
		$command['join'] = array();
		$command['limit'] = '';
		$command['having'] = 
			array();
	}
	$command['where'] = 
			array(
quete_condition_statut('articles.statut','publie,prop,prepa/auteur','publie',''), 
quete_condition_postdates('articles.date',''), 
			array('=', 'articles.id_article', sql_quote($Pile[$SP]['id_article'], '','bigint NOT NULL AUTO_INCREMENT')));
	if (defined("_BOUCLE_PROFILER")) $timer = time()+(float)microtime();
	$t0 = "";
	// REQUETE
	$iter = Spip\Compilateur\Iterateur\Factory::create(
		"SQL",
		$command,
		array('squelettes/sommaire.html','html_9a0a50c073ca0f540d6c0c4a4d02fa58','_debug_text',27,$GLOBALS['spip_lang'])
	);
	if (!$iter->err()) {
	lang_select($GLOBALS['spip_lang']);
	$SP++;
	// RESULTATS
	while ($Pile[$SP]=$iter->fetch()) {

		lang_select_public($Pile[$SP]['lang'], '', $Pile[$SP]['titre']);
		$t0 .= (
'
					<li dir="' .
retablir_echappements_modeles(lang_dir($Pile[$SP]['lang'], 'ltr','rtl')) .
'" class="hentry clearfix text-' .
retablir_echappements_modeles(lang_dir($Pile[$SP]['lang'], 'left','right')) .
'">
						<small><abbr class="published"' .
(($t1 = strval(retablir_echappements_modeles(interdire_scripts(date_iso(normaliser_date($Pile[$SP]['date']))))))!=='' ?
		(' title="' . $t1 . '"') :
		'') .
'>' .
retablir_echappements_modeles(interdire_scripts(affdate_jourcourt(normaliser_date($Pile[$SP]['date'])))) .
'</abbr></small>
						' .
retablir_echappements_modeles(filtrer('image_graver',filtrer('image_reduire',quete_html_logo(quete_logo('id_article', 'ON', $Pile[$SP]['id_article'], $Pile[$SP]['id_rubrique']), '', (vider_url(urlencode_1738(generer_objet_url($Pile[$SP]['id_article'], 'article', '', '', true))))),'180','*'))) .
'
						<h3 class="entry-title"><strong><a class="lien_box" href="' .
retablir_echappements_modeles(vider_url(urlencode_1738(generer_objet_url($Pile[$SP]['id_article'], 'article', '', '', true)))) .
'" rel="bookmark">' .
retablir_echappements_modeles(interdire_scripts(titres_typographies_supprimer_liens(trim(PtoBR(propre(supprimer_numero($Pile[$SP]['titre']), $connect, $Pile[0])))))) .
'</a></strong></h3>
						' .
(($t1 = strval(retablir_echappements_modeles(interdire_scripts(generer_objet_introduction((int)$Pile[$SP]['id_article'], 'articles', array('descriptif' => $Pile[$SP]['descriptif'],'texte' => $Pile[$SP]['texte'],'chapo' => $Pile[$SP]['chapo'],), '500', null, null, $connect)))))!=='' ?
		((	'<div class="' .
	retablir_echappements_modeles(classe_boucle_crayon('articles','intro',$Pile[$SP]['id_article']).' ') .
	'introduction entry-content">') . $t1 . '</div>') :
		'') .
'
					</li>
					');
		lang_select();
	}
	lang_select();
	$iter->free();
	}
	if (defined("_BOUCLE_PROFILER")
	AND 1000*($timer = (time()+(float)microtime())-$timer) > _BOUCLE_PROFILER)
		spip_log(intval(1000*$timer)."ms BOUCLE_debug_text @ squelettes/sommaire.html","profiler"._LOG_AVERTISSEMENT);
	return $t0;
}


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

	static $command = array();
	static $connect;
	$command['connect'] = $connect = '';
	if (!isset($command['table'])) {
		$command['table'] = 'selections_contenus';
		$command['id'] = '_liste_acc';
		$command['from'] = array('selections_contenus' => 'spip_selections_contenus');
		$command['type'] = array();
		$command['groupby'] = array();
		$command['select'] = array("selections_contenus.id_objet AS id_article",
		"selections_contenus.rang");
		$command['orderby'] = array('selections_contenus.rang');
		$command['join'] = array();
		$command['limit'] = '';
		$command['having'] = 
			array();
	}
	$command['where'] = 
			array(
			array('=', 'selections_contenus.id_selection', sql_quote($Pile[$SP]['id_selection'], '','bigint NOT NULL DEFAULT \'0\'')));
	if (defined("_BOUCLE_PROFILER")) $timer = time()+(float)microtime();
	$t0 = "";
	// REQUETE
	$iter = Spip\Compilateur\Iterateur\Factory::create(
		"SQL",
		$command,
		array('squelettes/sommaire.html','html_9a0a50c073ca0f540d6c0c4a4d02fa58','_liste_acc',26,$GLOBALS['spip_lang'])
	);
	if (!$iter->err()) {
	$SP++;
	// RESULTATS
	while ($Pile[$SP]=$iter->fetch()) {

		$t0 .= (
'
					' .
BOUCLE_debug_texthtml_9a0a50c073ca0f540d6c0c4a4d02fa58($Cache, $Pile, $doublons, $Numrows, $SP) .
'
					');
	}
	$iter->free();
	}
	if (defined("_BOUCLE_PROFILER")
	AND 1000*($timer = (time()+(float)microtime())-$timer) > _BOUCLE_PROFILER)
		spip_log(intval(1000*$timer)."ms BOUCLE_liste_acc @ squelettes/sommaire.html","profiler"._LOG_AVERTISSEMENT);
	return $t0;
}


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

	static $command = array();
	static $connect;
	$command['connect'] = $connect = '';
	if (!isset($command['table'])) {
		$command['table'] = 'selections';
		$command['id'] = '_accueil';
		$command['from'] = array('selections' => 'spip_selections');
		$command['type'] = array();
		$command['groupby'] = array();
		$command['select'] = array("selections.id_selection");
		$command['orderby'] = array();
		$command['where'] = 
			array(
			array('=', 'selections.identifiant', "'home_art'"));
		$command['join'] = array();
		$command['limit'] = '';
		$command['having'] = 
			array();
	}
	if (defined("_BOUCLE_PROFILER")) $timer = time()+(float)microtime();
	$t0 = "";
	// REQUETE
	$iter = Spip\Compilateur\Iterateur\Factory::create(
		"SQL",
		$command,
		array('squelettes/sommaire.html','html_9a0a50c073ca0f540d6c0c4a4d02fa58','_accueil',22,$GLOBALS['spip_lang'])
	);
	if (!$iter->err()) {
	$SP++;
	// RESULTATS
	while ($Pile[$SP]=$iter->fetch()) {

		$t0 .= (
'
			' .
(($t1 = BOUCLE_liste_acchtml_9a0a50c073ca0f540d6c0c4a4d02fa58($Cache, $Pile, $doublons, $Numrows, $SP))!=='' ?
		('
			<div class="menu menu_articles" id="articles_recents">
				<ul>
					' . $t1 . '
				</ul>
			</div>
			') :
		'') .
'
			');
	}
	$iter->free();
	}
	if (defined("_BOUCLE_PROFILER")
	AND 1000*($timer = (time()+(float)microtime())-$timer) > _BOUCLE_PROFILER)
		spip_log(intval(1000*$timer)."ms BOUCLE_accueil @ squelettes/sommaire.html","profiler"._LOG_AVERTISSEMENT);
	return $t0;
}


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

	static $command = array();
	static $connect;
	$command['connect'] = $connect = '';
	if (!isset($command['table'])) {
		$command['table'] = 'selections_contenus';
		$command['id'] = '_liste_acc2';
		$command['from'] = array('selections_contenus' => 'spip_selections_contenus');
		$command['type'] = array();
		$command['groupby'] = array();
		$command['select'] = array("selections_contenus.rang",
		"selections_contenus.id_objet AS id_article",
		"selections_contenus.titre");
		$command['orderby'] = array('selections_contenus.rang');
		$command['join'] = array();
		$command['limit'] = '';
		$command['having'] = 
			array();
	}
	$command['where'] = 
			array(
			array('=', 'selections_contenus.id_selection', sql_quote($Pile[$SP]['id_selection'], '','bigint NOT NULL DEFAULT \'0\'')));
	if (defined("_BOUCLE_PROFILER")) $timer = time()+(float)microtime();
	$t0 = "";
	// REQUETE
	$iter = Spip\Compilateur\Iterateur\Factory::create(
		"SQL",
		$command,
		array('squelettes/sommaire.html','html_9a0a50c073ca0f540d6c0c4a4d02fa58','_liste_acc2',53,$GLOBALS['spip_lang'])
	);
	if (!$iter->err()) {
	$SP++;
	// RESULTATS
	while ($Pile[$SP]=$iter->fetch()) {

		$t0 .= (
'
					<li>
						<a href="' .
retablir_echappements_modeles(vider_url(urlencode_1738(generer_objet_url($Pile[$SP]['id_article'], 'article', '', '', true)))) .
'">' .
retablir_echappements_modeles(interdire_scripts(titres_typographies_supprimer_liens(trim(PtoBR(propre(supprimer_numero($Pile[$SP]['titre']), $connect, $Pile[0])))))) .
'</a>
					</li>
				');
	}
	$iter->free();
	}
	if (defined("_BOUCLE_PROFILER")
	AND 1000*($timer = (time()+(float)microtime())-$timer) > _BOUCLE_PROFILER)
		spip_log(intval(1000*$timer)."ms BOUCLE_liste_acc2 @ squelettes/sommaire.html","profiler"._LOG_AVERTISSEMENT);
	return $t0;
}


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

	static $command = array();
	static $connect;
	$command['connect'] = $connect = '';
	if (!isset($command['table'])) {
		$command['table'] = 'selections';
		$command['id'] = '_accueil2';
		$command['from'] = array('selections' => 'spip_selections');
		$command['type'] = array();
		$command['groupby'] = array();
		$command['select'] = array("selections.id_selection",
		"selections.titre");
		$command['orderby'] = array();
		$command['where'] = 
			array(
			array('=', 'selections.identifiant', "'contrib'"));
		$command['join'] = array();
		$command['limit'] = '';
		$command['having'] = 
			array();
	}
	if (defined("_BOUCLE_PROFILER")) $timer = time()+(float)microtime();
	$t0 = "";
	// REQUETE
	$iter = Spip\Compilateur\Iterateur\Factory::create(
		"SQL",
		$command,
		array('squelettes/sommaire.html','html_9a0a50c073ca0f540d6c0c4a4d02fa58','_accueil2',49,$GLOBALS['spip_lang'])
	);
	if (!$iter->err()) {
	$SP++;
	// RESULTATS
	while ($Pile[$SP]=$iter->fetch()) {

		$t0 .= (
'
			<div class="menu menu_rubriques">
				<h2>' .
retablir_echappements_modeles(interdire_scripts(titres_typographies_supprimer_liens(trim(PtoBR(propre(supprimer_numero($Pile[$SP]['titre']), $connect, $Pile[0])))))) .
'</h2>
				<ul>
				' .
BOUCLE_liste_acc2html_9a0a50c073ca0f540d6c0c4a4d02fa58($Cache, $Pile, $doublons, $Numrows, $SP) .
'
				</ul>
			</div>
			');
	}
	$iter->free();
	}
	if (defined("_BOUCLE_PROFILER")
	AND 1000*($timer = (time()+(float)microtime())-$timer) > _BOUCLE_PROFILER)
		spip_log(intval(1000*$timer)."ms BOUCLE_accueil2 @ squelettes/sommaire.html","profiler"._LOG_AVERTISSEMENT);
	return $t0;
}


function BOUCLE_breveshtml_9a0a50c073ca0f540d6c0c4a4d02fa58(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {
	return '';
}


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

	static $command = array();
	static $connect;
	$command['connect'] = $connect = '';
	if (!isset($command['table'])) {
		$command['table'] = 'forum';
		$command['id'] = '_forums_liens';
		$command['from'] = array('forum' => 'spip_forum');
		$command['type'] = array();
		$command['groupby'] = array();
		$command['select'] = array("forum.date_heure",
		"forum.texte",
		"forum.auteur AS nom",
		"forum.id_forum",
		"forum.titre");
		$command['orderby'] = array('forum.date_heure DESC');
		$command['where'] = 
			array(
quete_condition_statut('forum.statut','publie,prop','publie',''));
		$command['join'] = array();
		$command['limit'] = '0,5';
		$command['having'] = 
			array();
	}
	if (defined("_BOUCLE_PROFILER")) $timer = time()+(float)microtime();
	$t0 = "";
	// REQUETE
	$iter = Spip\Compilateur\Iterateur\Factory::create(
		"SQL",
		$command,
		array('squelettes/sommaire.html','html_9a0a50c073ca0f540d6c0c4a4d02fa58','_forums_liens',83,$GLOBALS['spip_lang'])
	);
	if (!$iter->err()) {
	$SP++;
	// RESULTATS
	while ($Pile[$SP]=$iter->fetch()) {

		$t0 .= (
'
					' .
(($t1 = strval(retablir_echappements_modeles(interdire_scripts(couper(liens_nofollow(safehtml(interdit_html_nettoyer(propre(interdit_html($Pile[$SP]['texte']), $connect, $Pile[0])))),'80')))))!=='' ?
		((	'<li>' .
	(($t2 = strval(retablir_echappements_modeles(interdire_scripts(((($a = titres_typographies_supprimer_liens(trim(PtoBR(propre(supprimer_numero($Pile[$SP]['nom']), $connect, $Pile[0]))))) OR (is_string($a) AND strlen($a))) ? $a : '...')))))!=='' ?
			($t2 . '&nbsp;: ') :
			'') .
	'<a href="' .
	retablir_echappements_modeles(vider_url(urlencode_1738(generer_objet_url($Pile[$SP]['id_forum'], 'forum', '', '', true)))) .
	'"' .
	(($t2 = strval(retablir_echappements_modeles(interdire_scripts(couper(attribut_html(titres_typographies_supprimer_liens(trim(PtoBR(safehtml(propre(interdit_html($Pile[$SP]['titre']), $connect, $Pile[0])))))),'80')))))!=='' ?
			(' title="' . $t2 . '"') :
			'') .
	'>') . $t1 . '</a></li>') :
		'') .
'
					');
	}
	$iter->free();
	}
	if (defined("_BOUCLE_PROFILER")
	AND 1000*($timer = (time()+(float)microtime())-$timer) > _BOUCLE_PROFILER)
		spip_log(intval(1000*$timer)."ms BOUCLE_forums_liens @ squelettes/sommaire.html","profiler"._LOG_AVERTISSEMENT);
	return $t0;
}


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

	static $command = array();
	static $connect;
	$command['connect'] = $connect = '';
	if (!isset($command['table'])) {
		$command['table'] = 'syndic_articles';
		$command['id'] = '_syndic';
		$command['from'] = array('syndic_articles' => 'spip_syndic_articles','L1' => 'spip_syndic');
		$command['type'] = array();
		$command['groupby'] = array();
		$command['select'] = array("syndic_articles.date",
		"syndic_articles.url",
		"L1.url_site",
		"L1.nom_site",
		"syndic_articles.titre");
		$command['orderby'] = array('syndic_articles.date DESC');
		$command['where'] = 
			array(
quete_condition_statut('L1.statut','publie,prop','publie',''), 
quete_condition_statut('syndic_articles.statut','publie,prop','publie',''), 
			array('<', 'TIMESTAMPDIFF(HOUR,syndic_articles.date,\'' . date('Y-m-d H:i:00') . '\')/24', "180"));
		$command['join'] = array('L1' => array('syndic_articles','id_syndic'));
		$command['limit'] = '0,5';
		$command['having'] = 
			array();
	}
	if (defined("_BOUCLE_PROFILER")) $timer = time()+(float)microtime();
	$t0 = "";
	// REQUETE
	$iter = Spip\Compilateur\Iterateur\Factory::create(
		"SQL",
		$command,
		array('squelettes/sommaire.html','html_9a0a50c073ca0f540d6c0c4a4d02fa58','_syndic',95,$GLOBALS['spip_lang'])
	);
	if (!$iter->err()) {
	$SP++;
	// RESULTATS
	while ($Pile[$SP]=$iter->fetch()) {

		$t0 .= (
'
					<li>' .
(($t1 = strval(retablir_echappements_modeles(interdire_scripts(affdate_jourcourt(normaliser_date($Pile[$SP]['date']))))))!=='' ?
		($t1 . ' &ndash; ') :
		'') .
'<a href="' .
retablir_echappements_modeles(vider_url($Pile[$SP]['url'])) .
'"' .
(($t1 = strval(retablir_echappements_modeles(interdire_scripts(couper(attribut_html(titres_typographies_supprimer_liens(trim(PtoBR(propre(supprimer_numero(supprimer_numero(calculer_url($Pile[$SP]['url_site'],$Pile[$SP]['nom_site'], 'titre', $connect, false))), $connect, $Pile[0]))))),'80')))))!=='' ?
		(' title="' . $t1 . '"') :
		'') .
' class="spip_out">' .
retablir_echappements_modeles(interdire_scripts(titres_typographies_supprimer_liens(trim(PtoBR(propre(supprimer_numero($Pile[$SP]['titre']), $connect, $Pile[0])))))) .
'</a></li>
					');
	}
	$iter->free();
	}
	if (defined("_BOUCLE_PROFILER")
	AND 1000*($timer = (time()+(float)microtime())-$timer) > _BOUCLE_PROFILER)
		spip_log(intval(1000*$timer)."ms BOUCLE_syndic @ squelettes/sommaire.html","profiler"._LOG_AVERTISSEMENT);
	return $t0;
}

//
// Fonction principale du squelette squelettes/sommaire.html
// Temps de compilation total: 13.493 ms
//

function html_9a0a50c073ca0f540d6c0c4a4d02fa58($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 = (
'<!DOCTYPE html>
<html dir="' .
retablir_echappements_modeles(lang_dir(($Pile[0]['lang'] ?? null), 'ltr','rtl')) .
'" lang="' .
retablir_echappements_modeles(spip_htmlentities(($Pile[0]['lang'] ?? null) ? ($Pile[0]['lang'] ?? null) : $GLOBALS['spip_lang'])) .
'" class="' .
retablir_echappements_modeles(lang_dir(($Pile[0]['lang'] ?? null), 'ltr','rtl')) .
(($t1 = strval(retablir_echappements_modeles(spip_htmlentities(($Pile[0]['lang'] ?? null) ? ($Pile[0]['lang'] ?? null) : $GLOBALS['spip_lang']))))!=='' ?
		(' ' . $t1) :
		'') .
' no-js">
<head>
	<script type=\'text/javascript\'>/*<![CDATA[*/(function(H){H.className=H.className.replace(/\\bno-js\\b/,\'js\')})(document.documentElement);/*]]>*/</script>
	<title>' .
retablir_echappements_modeles(interdire_scripts(textebrut(titres_typographies_supprimer_liens(trim(PtoBR(propre(supprimer_numero($GLOBALS['meta']['nom_site']), $connect, $Pile[0]))))))) .
(($t1 = strval(retablir_echappements_modeles(interdire_scripts(textebrut(titres_typographies_supprimer_liens(trim(PtoBR(propre(supprimer_numero($GLOBALS['meta']['slogan_site']), $connect, $Pile[0])))))))))!=='' ?
		(' - ' . $t1) :
		'') .
'</title>
	' .
(($t1 = strval(retablir_echappements_modeles(interdire_scripts(attribut_html(couper(propre($GLOBALS['meta']['descriptif_site'], $connect, $Pile[0]),'150'))))))!=='' ?
		('<meta name="description" content="' . $t1 . '" />') :
		'') .
'
	' .

'<'.'?php echo recuperer_fond( ' . argumenter_squelette('inclure/head') . ', [\'lang\' => ' . argumenter_squelette($GLOBALS["spip_lang"]) . '], array("compil"=>array(\'squelettes/sommaire.html\',\'html_9a0a50c073ca0f540d6c0c4a4d02fa58\',\'\',7,$GLOBALS[\'spip_lang\'])), _request(\'connect\') ?? \'\');
?'.'>
</head>

<body class="pas_surlignable page_sommaire">
<div class="page">

	' .

'<'.'?php echo recuperer_fond( ' . argumenter_squelette('inclure/header') . ', [\'home\' => ' . argumenter_squelette('oui') . ',
	\'lang\' => ' . argumenter_squelette($GLOBALS["spip_lang"]) . '], array("compil"=>array(\'squelettes/sommaire.html\',\'html_9a0a50c073ca0f540d6c0c4a4d02fa58\',\'\',13,$GLOBALS[\'spip_lang\'])), _request(\'connect\') ?? \'\');
?'.'>
	' .

'<'.'?php echo recuperer_fond( ' . argumenter_squelette('inclure/nav') . ', array_merge('.safe_export_env($Pile[0]).',[\'lang\' => ' . argumenter_squelette($GLOBALS["spip_lang"]) . ']), array("compil"=>array(\'squelettes/sommaire.html\',\'html_9a0a50c073ca0f540d6c0c4a4d02fa58\',\'\',14,$GLOBALS[\'spip_lang\'])), _request(\'connect\') ?? \'\');
?'.'>
	
	<main class="main" role="main">
			 
		<div class="wrapper hfeed">
		<div class="content" id="content">
			' .
(($t1 = strval(retablir_echappements_modeles(interdire_scripts(propre($GLOBALS['meta']['descriptif_site'], $connect, $Pile[0])))))!=='' ?
		('<div class="chapo">' . $t1 . '</div>') :
		'') .
'
			
			' .
BOUCLE_accueilhtml_9a0a50c073ca0f540d6c0c4a4d02fa58($Cache, $Pile, $doublons, $Numrows, $SP) .
'
			
			' .

'<'.'?php echo recuperer_fond( ' . argumenter_squelette('inclure/recents') . ', array_merge('.safe_export_env($Pile[0]).',[\'lang\' => ' . argumenter_squelette($GLOBALS["spip_lang"]) . ']), array("compil"=>array(\'squelettes/sommaire.html\',\'html_9a0a50c073ca0f540d6c0c4a4d02fa58\',\'\',24,$GLOBALS[\'spip_lang\']),\'ajax\' => ($v=( ' . argumenter_squelette(($Pile[0]['ajax'] ?? null)) . '))?$v:true), _request(\'connect\') ?? \'\');
?'.'>
		</div><!--.content-->
		</div><!--.wrapper-->
		
		<aside class="aside" role="complementary">
			' .

'<'.'?php echo recuperer_fond( ' . argumenter_squelette('inclure/navsub') . ', [\'lang\' => ' . argumenter_squelette($GLOBALS["spip_lang"]) . '], array("compil"=>array(\'squelettes/sommaire.html\',\'html_9a0a50c073ca0f540d6c0c4a4d02fa58\',\'\',29,$GLOBALS[\'spip_lang\'])), _request(\'connect\') ?? \'\');
?'.'>
			' .
retablir_echappements_modeles(executer_balise_dynamique('FORMULAIRE_RECHERCHE',
	array(),
	array('squelettes/sommaire.html','html_9a0a50c073ca0f540d6c0c4a4d02fa58','',30,$GLOBALS['spip_lang']))) .
'
			
			' .
BOUCLE_accueil2html_9a0a50c073ca0f540d6c0c4a4d02fa58($Cache, $Pile, $doublons, $Numrows, $SP) .
'
			
			' .
(($t1 = strval(retablir_echappements_modeles('')))!=='' ?
		($t1 . ' Breves ') :
		'') .
'
			' .
(($t1 = BOUCLE_breveshtml_9a0a50c073ca0f540d6c0c4a4d02fa58($Cache, $Pile, $doublons, $Numrows, $SP))!=='' ?
		((	'
			<div class="menu menu_breves">
				<h2>' .
		_T('public|spip|ecrire:dernieres_breves') .
		'</h2>
				<ul>
					') . $t1 . '
				</ul>
			</div>
			') :
		'') .
'
			
			' .
(($t1 = strval(retablir_echappements_modeles('')))!=='' ?
		($t1 . ' Liens des forums ') :
		'') .
'
			' .
(($t1 = BOUCLE_forums_lienshtml_9a0a50c073ca0f540d6c0c4a4d02fa58($Cache, $Pile, $doublons, $Numrows, $SP))!=='' ?
		((	'
			<div class="menu menu_comments">
				<h2>' .
		_T('public|spip|ecrire:derniers_commentaires') .
		'</h2>
				<ul>
					') . $t1 . '
				</ul>
			</div>
			') :
		'') .
'
			
			' .
(($t1 = strval(retablir_echappements_modeles('')))!=='' ?
		($t1 . ' Sur le Web ') :
		'') .
'
			' .
(($t1 = BOUCLE_syndichtml_9a0a50c073ca0f540d6c0c4a4d02fa58($Cache, $Pile, $doublons, $Numrows, $SP))!=='' ?
		((	'
			<div class="menu">
				<h2>' .
		_T('public|spip|ecrire:nouveautes_web') .
		'</h2>
				<ul>
					') . $t1 . '
				</ul>
			</div>
			') :
		'') .
'
			
			' .
retablir_echappements_modeles(executer_balise_dynamique('FORMULAIRE_INSCRIPTION',
	array(),
	array('squelettes/sommaire.html','html_9a0a50c073ca0f540d6c0c4a4d02fa58','',43,$GLOBALS['spip_lang']))) .
'
		</aside><!--.aside-->
	</main><!--.main-->
	
	' .

'<'.'?php echo recuperer_fond( ' . argumenter_squelette('inclure/footer') . ', array_merge('.safe_export_env($Pile[0]).',[\'self\' => ' . argumenter_squelette(retablir_echappements_modeles(self())) . ',
	\'lang\' => ' . argumenter_squelette($GLOBALS["spip_lang"]) . ']), array("compil"=>array(\'squelettes/sommaire.html\',\'html_9a0a50c073ca0f540d6c0c4a4d02fa58\',\'\',47,$GLOBALS[\'spip_lang\'])), _request(\'connect\') ?? \'\');
?'.'>
	
</div><!--.page-->
</body>
</html>
');

	return analyse_resultat_skel('html_9a0a50c073ca0f540d6c0c4a4d02fa58', $Cache, $page, 'squelettes/sommaire.html');
}