1
0
mirror of https://github.com/php/web-php.git synced 2026-03-30 11:12:09 +02:00

css based layout for the homepage

Tested in Firefox 1.5, IE6, Opera 9 and Safari 2.0.4 (via browsrcamp.com),
and all seem to work fine.

This marks a historical step on php.net: no more table based layouts on the site.
This commit is contained in:
Gabor Hojtsy
2006-09-12 21:26:01 +00:00
parent 568e6a3942
commit 304d32ec3e

View File

@@ -143,7 +143,7 @@ $RSIDEBAR_DATA = $MIRROR_IMAGE . $RSIDEBAR_DATA;
$ONLOAD = "boldEvents();";
// Write out common header
commonHeader("Hypertext Preprocessor");
site_header("Hypertext Preprocessor");
// DO NOT REMOVE THIS COMMENT (the RSS parser is dependant on it)
?>
@@ -207,7 +207,6 @@ of the public sector.
is finally out and includes a full 48-page chapter on PHP. This is an excellent
resource from Jeffrey Friedl who has been writing about regexps for years.
</p>
<br clear="all" />
<hr />
@@ -507,4 +506,4 @@ discount is available until March 1st</a>.
<p class="center"><a href="/news-2006.php">News Archive</a></p>
<?php commonFooter(); ?>
<?php site_footer();