From 647d18bf47cceea8cc590947a9852990564cf26d Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Tue, 16 Sep 2003 16:23:27 +0000 Subject: [PATCH] Use new layout here too... --- books.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/books.php b/books.php index d1c3d58fa..2d31a8c10 100644 --- a/books.php +++ b/books.php @@ -71,7 +71,7 @@ $SIDEBAR_DATA = << SIDEBAR_END; -commonHeader("Books"); +site_header("Books"); // Show a table row for one book function book_show($one_book) @@ -216,7 +216,7 @@ foreach ($books[$_GET['type']] as $one_book) { } echo "\n"; -commonFooter(); +site_footer(); /* vim: set noet ts=4 sw=4 ft=php: : */ ?>