diff --git a/public_html/pages/front.php b/public_html/pages/front.php index 3cd1c60..5fb6015 100644 --- a/public_html/pages/front.php +++ b/public_html/pages/front.php @@ -65,20 +65,18 @@ try { } // display the result -echo "
"; +echo ""; +echo "
Conferences for the last 2 days
"; + +echo "
"; -echo "
\n"; -echo "
Conferences for the last 2 days"; if ($time_range_specified) { - echo "
for the time period $from_time - $until_time"; + echo "

time period: $from_time - $until_time

"; } -echo "
\n\n"; //// filters - time selection and sorting dropdowns //include 'templates/results-filter.php'; -echo "
\n\n"; - // results table echo "
\n"; @@ -124,7 +122,7 @@ echo "\n
\n"; echo "
"; - +echo "
"; // last 10 conferences try { @@ -182,20 +180,18 @@ try { } // display the result -echo "
"; +echo ""; +echo "
The last $conference_number conferences
"; + +echo "
"; -echo "
\n"; -echo "
The last $conference_number conferences"; if ($time_range_specified) { echo "
for the time period $from_time - $until_time"; } -echo "
\n\n"; //// filters - time selection and sorting dropdowns //include 'templates/results-filter.php'; -echo "
\n\n"; - // results table echo "
\n"; diff --git a/public_html/templates/header.php b/public_html/templates/header.php index 7563fef..a846733 100644 --- a/public_html/templates/header.php +++ b/public_html/templates/header.php @@ -4,11 +4,13 @@ + + + + Jilo Web - -