fixed the <html> and <body> tags in all views
This commit is contained in:
parent
1416fd7fa0
commit
586322a189
10
Controller/TicketsController.php
Normal file
10
Controller/TicketsController.php
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
namespace Blog\Controller;
|
||||||
|
|
||||||
|
class TicketsController {
|
||||||
|
function showTickets()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -1,12 +1,3 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="HTML-5">
|
|
||||||
<head>
|
|
||||||
<title>VR Contact</title>
|
|
||||||
<meta charset="UTF-8" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<link href="../../CSS/style.css" rel="stylesheet" type="text/css" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="inhalt">
|
<div class="inhalt">
|
||||||
<div class="login-container">
|
<div class="login-container">
|
||||||
<h1>Anmelden</h1>
|
<h1>Anmelden</h1>
|
||||||
@ -26,6 +17,4 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<body>
|
|
||||||
</html>
|
|
||||||
|
|
||||||
|
@ -1,12 +1,3 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="HTML-5">
|
|
||||||
<head>
|
|
||||||
<title>VR Contact</title>
|
|
||||||
<meta charset="UTF-8" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<link href="../../CSS/style.css" rel="stylesheet" type="text/css" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="inhalt">
|
<div class="inhalt">
|
||||||
<div class="login-container">
|
<div class="login-container">
|
||||||
<h1>Registrieren</h1>
|
<h1>Registrieren</h1>
|
||||||
@ -70,6 +61,4 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<body>
|
|
||||||
</html>
|
|
||||||
|
|
||||||
|
0
Views/Tickets/showTickets.phtml
Normal file
0
Views/Tickets/showTickets.phtml
Normal file
@ -8,4 +8,6 @@
|
|||||||
<a class="link-datenschutz">Datenschutz</a>
|
<a class="link-datenschutz">Datenschutz</a>
|
||||||
<a class="link-nutzungsbedingungen">Nutzungsbedingungen</a>
|
<a class="link-nutzungsbedingungen">Nutzungsbedingungen</a>
|
||||||
<span class="text-bib">© bib arts GmbH</span>
|
<span class="text-bib">© bib arts GmbH</span>
|
||||||
</div>
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -6,6 +6,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link href="CSS/style.css" rel="stylesheet" type="text/css" />
|
<link href="CSS/style.css" rel="stylesheet" type="text/css" />
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
<nav id="navigation">
|
<nav id="navigation">
|
||||||
<div class="link-container">
|
<div class="link-container">
|
||||||
<div id="logo" ><a class="link-logo" href="#"></a></div>
|
<div id="logo" ><a class="link-logo" href="#"></a></div>
|
||||||
@ -33,4 +34,3 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
</html>
|
|
@ -1,9 +1,6 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="HTML-5">
|
|
||||||
<?php
|
<?php
|
||||||
include 'Views/header.phtml';
|
include 'Views/header.phtml';
|
||||||
?>
|
?>
|
||||||
<body>
|
|
||||||
<div id="wrapper">
|
<div id="wrapper">
|
||||||
<?php
|
<?php
|
||||||
session_start();
|
session_start();
|
||||||
@ -51,6 +48,4 @@ include 'Views/header.phtml';
|
|||||||
<?php
|
<?php
|
||||||
include 'Views/footer.phtml';
|
include 'Views/footer.phtml';
|
||||||
?>
|
?>
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user