mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 10:21:38 -04:00
Brought back the header and footer.
This commit is contained in:
@@ -36,7 +36,7 @@ function print_table_daysofweek($year, $week, $total_visits, $new_visits){
|
||||
|
||||
?>
|
||||
|
||||
<?php include("include_header.html"); ?>
|
||||
<?php include("../include_header.html"); ?>
|
||||
<table width="100%">
|
||||
<tr valign="top">
|
||||
<td><span class="yb_heading3red">New and Total Users by Day/Week</span></td>
|
||||
@@ -87,7 +87,7 @@ function print_table_daysofweek($year, $week, $total_visits, $new_visits){
|
||||
</tr></table> </td></tr>
|
||||
</table>
|
||||
|
||||
<?php include("include_footer.html"); ?>
|
||||
<?php include("../include_footer.html"); ?>
|
||||
<?php
|
||||
mysql_free_result($Recordset1);
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user