예제 #1
0
파일: top.php 프로젝트: relaismago/outils
    afficherAccesRapide();
    $recherche = new recherche();
    echo $recherche->get_html_input();
    echo "</td>";
}
?>

</tr>
</table>

<?php 
unset($_SESSION['options']);
if (userIsGuilde() || userIsGroupSpec()) {
    if (!isset($_SESSION['options'])) {
        $options = new options($_SESSION['AuthTroll']);
        $_SESSION["options"] = $options->get_options_tab();
    }
    unset($options);
    $options = $_SESSION["options"];
    if ($options["date_option"] == '') {
        ?>
	<table class='mh_tdborder' align='center' width='80%'>
		<tr align='center' class=mh_tdborder'>
			<td colspan='3' class='mh_tdtitre'>
				<h2><font color='red'>Nouvelles options disponibles et vous ne les avez pas encore
				r&eacute;gl&eacute;es ! C'est par là => <a href='/options.php'>Ici</a></font></h2>
			</td>
		</tr>
	</table><br>

	<?php