%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/alliance/domains/sedl.alnetis.fr/public_html/test/
Upload File :
Create Path :
Current File : /home/alliance/domains/sedl.alnetis.fr/public_html/test/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'];
}
$actu = new Actu;

$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="home_edition">
	<p><?=$admtext->getText("actual_edition",$lang->getlangid())?> <?=strtolower(lang("From"))?> <strong><?=dateLang($this_edition['date_debut'],$lang->getlangid())?></strong> <?=lang("to")?> <strong><?=dateLang($this_edition['date_fin'],$lang->getlangid())?></strong></p>
	<h2><?=$this_edition['titre']?></h2>
	<?=html_entity_decode($this_edition['texte'],ENT_QUOTES, 'UTF-8')?>
</div>

<?
foreach ($liste_pays as $unpays):?>
	<div class="pays">
		<a href="<?=$lang->getlang()?>/<?=$unpays['id'];?>-pays.html<?=$getedition?>"><img src="images/icons/<?=strtolower($unpays['code_iso']);?>.png" alt="<?=$unpays['name'];?>"/></a>
		<a class="name" href="<?=$lang->getlang()?>/<?=$unpays['id'];?>-pays.html<?=$getedition?>"><?=$unpays['name'];?></a>
	</div>
<?endforeach;


$profil = new Profil;
?>
<div style="clear:both"></div>
<!--<p>
<strong><?=$admtext->getText("quelques_chiffres",$lang->getlangid())?> : </strong><br/>
<ul>
<li><?=$stats->getStats($this_edition['id'],'all','all','nb') ?> <?=ucfirst($admtext->getText("partenaire",$lang->getlangid()))?>s <?=ucfirst($admtext->getText("dont",$lang->getlangid()))?> 
<?=$stats->getStats($this_edition['id'],'all',2,'nb')?> <?=$profil->getLibelle(2)?>
, <?=$stats->getStats($this_edition['id'],'all',1,'nb')?> <?=$profil->getLibelle(1)?>
 <?=ucfirst($admtext->getText("and",$lang->getlangid()))?> <?=$stats->getStats($this_edition['id'],'all',3,'nb')?> <?=$profil->getLibelle(3)?></li>
<li><?=count($liste_pays) ?> <?=ucfirst($admtext->getText("country",$lang->getlangid()))?></li>
<li><?=$stats->getStats($this_edition['id'],'all','all','activites')?> <?=ucfirst($admtext->getText("activites",$lang->getlangid()))?></li>
<li><?=number_format($stats->getStats($this_edition['id'],'all','all','population'),0,'.',' ')?> <?=ucfirst($admtext->getText("citizens",$lang->getlangid()))?></li>
</p>-->
<?
//affichage du footer
include("theme/footer.php");

?>

Zerion Mini Shell 1.0