6 lines
163 B
PHP
Raw Permalink Normal View History

2023-01-17 09:05:24 +01:00
<header>
<img src="/images/loggoegy.png" alt="loggo" id="logga" />
<h1>EGY TALK</h1>
<?php if(isset($_SESSION['uid'])) include 'nav.php'; ?>
</header>