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

Use new layout here too...

This commit is contained in:
Gabor Hojtsy
2003-09-16 16:23:27 +00:00
parent 689238049c
commit 647d18bf47

View File

@@ -71,7 +71,7 @@ $SIDEBAR_DATA = <<<SIDEBAR_END
</p>
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 "</table>\n";
commonFooter();
site_footer();
/* vim: set noet ts=4 sw=4 ft=php: : */
?>