You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
742 B
23 lines
742 B
|
|
<header>
|
|
<div class="container main">
|
|
<div class="row">
|
|
<div class="col-2 col-md-4"></div>
|
|
<img class="logo" src="<?php echo $BASE_URLs;?>/images/header.png">
|
|
|
|
<div class="middle-right text-white px-5">
|
|
<p class="font-16 font-bold">
|
|
ARCHIVIO FTP
|
|
</p>
|
|
|
|
<?php
|
|
if($_SESSION['ADMAUTH']) {
|
|
echo "<p class=\"font-normal\">Benvenuto ".$_SESSION['ADMAUTH']['name']."</p>";
|
|
echo "<a class=\"font-normal text-white font-12\" href=\"".$BASE_URL."/logout\">[Logout]</a>";
|
|
}
|
|
?>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</header>
|