%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/p-archive_newsletter.php

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


//affichage du html
include("theme/html.php");
//affichage des metas
include("theme/meta.php");
echo "\n<title>".$admtext->getText("archive_newsletter",$lang->getlangid())." - ".$info_titresite."</title>\n";
//affichage du header
include("theme/header.php");

if(!isset($_SESSION['edition_front'])){
	$uneedition=$edition->getCurrentEdition("front",$lang->getlangid(),false);
	$_SESSION['edition_front']=$uneedition['id'];
}
else{
	$uneedition=$edition->getEdition($_SESSION['edition_front']);
}

$newsletter=$db->select_array("SELECT * FROM newsletter WHERE id_newsletter=".$_GET['id']);

?>
<div class="page_carte">
	<h1><?=$admtext->getText("archive_newsletter",$lang->getlangid())?></h1>
	<h2><?=$newsletter['titre']?> - <?=date("d/m/Y",strtotime($newsletter['date']))?></h2>
	<br/>
	<br/>
	<iframe style="width:940px; height:600px" src="<?=$url_site.$lang->getlang()?>/newsletter-contenu-<?=$_GET['id']?>/"></iframe>
	
	
</div>

<?php

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

?>

Zerion Mini Shell 1.0