This commit is contained in:
Walter Hupfeld 2024-02-21 17:31:41 +01:00
parent 1f44c21d69
commit 11575edc75
3 changed files with 3 additions and 4 deletions

View File

@ -41,7 +41,6 @@ $boolLogin=true;
}
}
?>
<!DOCTYPE html>
<html lang="de">
@ -57,7 +56,7 @@ $boolLogin=true;
<!-- Navbar -->
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
<a class="navbar-brand" href="#">ADFC Meldeportal</a>
<a class="navbar-brand" href="#"><?=$strTitle?> <?=$strDistrictTitle?></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbars" aria-controls="navbars" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>

View File

@ -141,7 +141,7 @@
<div class="row">
<nav class="col-md-2 d-none d-md-block bg-light sidebar">
<div class="sidebar-sticky">
<img class="logo" src="<?=$strLogo?>" alt="Logo" >
<a href="start.php"><img class="logo" src="<?=$strLogo?>" alt="Logo" ></a>
<ul class="nav flex-column">
<?php
foreach ($arrTopic as $key=>$topic) {

View File

@ -1,5 +1,5 @@
FROM php:8.1-apache
RUN apt-get update && docker-php-ext-install pdo_mysql calendar mysqli
RUN apt-get update && docker-php-ext-install pdo_mysql calendar mysqli zip
RUN a2enmod rewrite headers