Update hub layout to match the new HPR website #99

Merged
rho_n merged 12 commits from newsite into main 2025-10-18 03:33:13 +00:00
6 changed files with 7 additions and 6 deletions
Showing only changes of commit 2609ee5710 - Show all commits

View File

@@ -10,7 +10,7 @@ if ( ! $pos === false) {
$body="give";
//$body="index_full";
include 'header.html';
include 'header.php';
// --------------------------------------------
// Clean up stale reservations

View File

@@ -338,7 +338,7 @@ if (!$mailer->send()) {
$body="give";
//$body="index_full";
include 'header.html';
include 'header.php';
?>

View File

@@ -26,6 +26,7 @@ if( !isset($row_dupe) or $num_from_this_ip != 0 ) {
header('Cache-Control: no-cache');
header('Pragma: no-cache');
header("Status: 412 Precondition Failed");
include("header.php");
echo "<h1>Existing request detected: ";
$timestamp = time()+date("Z");
echo gmdate("Y-m-d\TH:i:s\Z",$timestamp);
@@ -150,7 +151,7 @@ $next_show_num = $next_show_num_array[0] + 1;
$next_show_date = date('Y-m-d', strtotime($next_show_num_array[1] . ' + 1 weekday'));
$body="give";
//$body="index_full";
include 'header.html';
include 'header.php';
?>

View File

@@ -294,7 +294,7 @@ if (!$mailer->send()) {
$body="give";
//$body="index_full";
include 'header.html';
include 'header.php';
?>

View File

@@ -106,7 +106,7 @@ if ( !file_exists( $image_url )) {
// $body="give";
//$body="index_full";
include 'header.html';
include 'header.php';
?>

View File

@@ -401,7 +401,7 @@ if (!isset($result)) {
$body="give";
//$body="index_full";
include 'header.html';
include 'header.php';
?>