Ejemplo n.º 1
0
        echo '<li class="first"><span class="date">' . ($ret = $object->dateReducted($article_current->News_date) . '</span><a href="news.php?art_id=' . $article_current->News_id . '">' . $article_current->News_title . '</a></li>');
        ?>

					<?php 
    }
}
?>
				</ul>
			</div>
		</div>

		<div class="box">
			<h3>Bienvenue chez les geeks !</h3>
			<?php 
$list = null;
$list = $object->getFavorites();
echo '<ul class="linkedList">';
if ($list != null) {
    foreach ($list as $favorite) {
        echo '<li class="first"><a href="' . $favorite['favorites_url'] . '">' . $favorite['favorites_title'] . '</a></li>';
    }
    echo "<li></li></ul>";
}
?>

		</div>
		
		<?php 
$name = 'isAdmin';
if (session_status() != PHP_SESSION_NONE && (isset($_SESSION[$name]) && $_SESSION[$name] == true)) {
    ?>