From d53313e880468ecb6a71095a4cd12caafd15da85 Mon Sep 17 00:00:00 2001
From: Gabor Hojtsy
Date: Sat, 23 Aug 2003 13:27:15 +0000
Subject: [PATCH] Testdrive the CSS based two column layout on this quite
off-center page
---
source.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/source.php b/source.php
index a1effe568..2b4891b72 100644
--- a/source.php
+++ b/source.php
@@ -36,12 +36,12 @@ $SIDEBAR_DATA = '
';
-commonHeader("Show Source");
+site_header("Show Source");
// No file param specified
if (!isset($_GET['url'])) {
echo "No page URL specified
";
- commonFooter();
+ site_footer();
exit;
}
@@ -77,6 +77,6 @@ if (!$page_name || @is_dir($page_name)) {
echo "This file does not exist.
\n";
}
-commonFooter();
+site_footer();
?>