1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Testdrive the CSS based two column layout on this quite off-center page

This commit is contained in:
Gabor Hojtsy
2003-08-23 13:27:15 +00:00
parent a0e1db37f5
commit d53313e880

View File

@@ -36,12 +36,12 @@ $SIDEBAR_DATA = '
</p>
';
commonHeader("Show Source");
site_header("Show Source");
// No file param specified
if (!isset($_GET['url'])) {
echo "<h1>No page URL specified</h1>";
commonFooter();
site_footer();
exit;
}
@@ -77,6 +77,6 @@ if (!$page_name || @is_dir($page_name)) {
echo "<p>This file does not exist.</p>\n";
}
commonFooter();
site_footer();
?>