%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/alliance/domains/congress-pact1in5.eu/public_html/
Upload File :
Create Path :
Current File : /home/alliance/domains/congress-pact1in5.eu/public_html/p-archives.php

<?php
include_once("inc/config.php");
include_once("inc/functions.php");
include_once("inc/init.php");

$actu = new Actu;

if(isset($_GET['id'])) {
	$affsec = true;
	$sec = $section->aff_section($_GET['id']);
	$pagesec = $lang->getlang()."/".$sec['id']."-".$sec['permalien']."/";
	if($_GET['permalien'] != $sec['permalien'])
	{
		header("Location:".$url_site.$pagesec."archives/");
	}
}

//affichage du html
include("theme/html.php");
//affichage des metas
include("theme/meta.php");
echo "\n<title>Archives ".$sec['titre']." - ".$info_titresite."</title>\n";
//affichage du header
include("theme/header.php");
//colonne de droite
include("theme/droite.php");

?>
<div class="text">
	<h2><?php echo lang("archives"); ?></h2>
<?php
if(isset($_GET['id'])) {
?>
	<h3><?php echo $sec['titre']; ?></h3>
<?php
}
?>
	<ul class="archive">
<?php
if(isset($_GET['id'])) {
	$actu->afficher_actus($_GET['id'], 3);
}
else {
	$actu->afficher_actus(false, 3);
}
?>
	</ul>
</div>
<?php

//affichage du footer
include("theme/footer.php");

?>

Zerion Mini Shell 1.0