mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 02:11:38 -04:00
Brought back the header and footer.
This commit is contained in:
@@ -23,7 +23,7 @@ $totalRows_Recordset1 = mysql_num_rows($Recordset1);
|
||||
|
||||
?>
|
||||
|
||||
<?php include("include_header.html"); ?>
|
||||
<?php include("../include_header.html"); ?>
|
||||
|
||||
<table>
|
||||
<tr valign="top"><td><span class="yb_heading3red">Staff Hours by Week</span></td></tr>
|
||||
@@ -65,7 +65,7 @@ $totalRows_Recordset1 = mysql_num_rows($Recordset1);
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<?php include("include_footer.html"); ?>
|
||||
<?php include("../include_footer.html"); ?>
|
||||
<?php
|
||||
mysql_free_result($Recordset1);
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user