egytalk-template/www/inc/header.php
2023-01-17 09:05:24 +01:00

7 lines
164 B
PHP

<header>
<img src="/images/loggoegy.png" alt="loggo" id="logga" />
<h1>EGY TALK</h1>
<?php if(isset($_SESSION['uid'])) include 'nav.php'; ?>
</header>