Cleaned up code

This commit is contained in:
Russ Long 2015-03-30 23:53:01 -04:00
parent ec16a1086b
commit 4fe4ed568a
8 changed files with 31 additions and 32 deletions

View File

@ -95,7 +95,7 @@ if( $_SESSION['access'] != 1 ) {
</head> </head>
<body> <body>
<div class=header> <div class=header>
<h1>Liquidweb BMS Events</h1> <h1> BMS Events</h1>
<?php <?php
if(isset($_SESSION['uname'])) { if(isset($_SESSION['uname'])) {
echo "Hello, "; echo "Hello, ";

View File

@ -26,7 +26,7 @@ if( $_SESSION['access'] != 1 ) {
</head> </head>
<body> <body>
<div class=header> <div class=header>
<h1>Liquidweb BMS Events</h1> <h1>BMS Events</h1>
<?php <?php
if(isset($_SESSION['uname'])) { if(isset($_SESSION['uname'])) {
echo "Hello, "; echo "Hello, ";

View File

@ -8,7 +8,6 @@
<li><a href="index.php">Home</a></li> <li><a href="index.php">Home</a></li>
<li><a href="addevent.php">Add an Event</a></li> <li><a href="addevent.php">Add an Event</a></li>
<li><a href="search.php">Search</a></li> <li><a href="search.php">Search</a></li>
<li><a href="http://bms.int.liquidweb.com/" target=blank>BMS.int</a></li>
<li><a href="logout.php">Logout</a></li> <li><a href="logout.php">Logout</a></li>
</ul> </ul>
</nav> </nav>

View File

@ -16,7 +16,7 @@ if( $_SESSION['access'] != 1 ) {
</head> </head>
<body> <body>
<div class=header> <div class=header>
<h1>Liquidweb BMS Events</h1> <h1>BMS Events</h1>
<?php <?php
if(isset($_SESSION['uname'])) { if(isset($_SESSION['uname'])) {
echo "Hello, "; echo "Hello, ";

View File

@ -38,7 +38,7 @@ if (isset($_GET['out'])) echo "Logout successful";
</head> </head>
<body> <body>
<div class=header> <div class=header>
<h1>Liquidweb BMS Events</h1> <h1>BMS Events</h1>
<?php include("includes/menu.php"); ?> <?php include("includes/menu.php"); ?>
</div> </div>
<div class=content> <div class=content>

View File

@ -86,7 +86,7 @@ if( $_SESSION['access'] != 1 ) {
</head> </head>
<body> <body>
<div class=header> <div class=header>
<h1>Liquidweb BMS Events</h1> <h1>BMS Events</h1>
<?php <?php
if(isset($_SESSION['uname'])) { if(isset($_SESSION['uname'])) {
echo "Hello, "; echo "Hello, ";

View File

@ -43,7 +43,7 @@ if($result->num_rows >0){
</head> </head>
<body> <body>
<div class=header> <div class=header>
<h1>Liquidweb BMS Events</h1> <h1>BMS Events</h1>
<?php <?php
if(isset($_SESSION['uname'])) { if(isset($_SESSION['uname'])) {
echo "Hello, "; echo "Hello, ";

View File

@ -15,7 +15,7 @@ if( $_SESSION['access'] != 1 ) {
</head> </head>
<body> <body>
<div class=header> <div class=header>
<h1>Liquidweb BMS Events</h1> <h1>BMS Events</h1>
<?php <?php
if(isset($_SESSION['uname'])) { if(isset($_SESSION['uname'])) {
echo "Hello, "; echo "Hello, ";