hForumPHP/dev_mvc/view/pagecontent/header/content_header_signedin.php
Hion-V be9e69c71c Refactored/ streamlined UserSession code
Makes it easier to tell when a user is signed in
2019-05-24 23:53:49 +02:00

7 lines
282 B
PHP

<?php
include_once("./controller/AssetHandler.php");
AssetHandler::printAsset("logo.png", true, 128);
?>
<nav>
<a href="?action=signout">log out</a> <a href="?p=">home</a> <a href="?p=create_topic">create thread</a> <a href="?action=destroy">simulate $_SESSION expiry</a>
</nav>