File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 9
9
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
10
10
<link rel="stylesheet" href="/css/main.css">
11
11
</head>
12
- <body >
12
+ <body>
13
+ <?php $ this ->insertTemplate ('users/navBar.php ' ); ?>
Original file line number Diff line number Diff line change 1
1
<?php $ this ->insertTemplate ('header.php ' ); ?>
2
- <?php $ this ->insertTemplate ('users/navBar.php ' ); ?>
3
2
<div class="container">
4
3
<h1>Hello <?php echo (($ name ) ? $ name : 'world ' ); ?> !</h1>
5
4
<form action="" method="post">
Original file line number Diff line number Diff line change 1
1
<?php $ this ->insertTemplate ('header.php ' ); ?>
2
- <?php $ this ->insertTemplate ('users/navBar.php ' ); ?>
3
2
Your login attempt failed with error: <?php echo $ error ?> Please try again.<br>
4
3
This is just a demo site, it doesn't even have password reset.
5
4
<?php $ this ->insertTemplate ('footer.php ' ); ?>
You can’t perform that action at this time.
0 commit comments