From 921ec9c75e513850e87e51d13a22229a6d5963df Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Tue, 14 Jul 2015 18:54:31 +0200 Subject: [PATCH] add headers/footers --- funcs.php | 19 +++++++++++++++++++ style.css | 0 2 files changed, 19 insertions(+) create mode 100644 style.css diff --git a/funcs.php b/funcs.php index f7bf2c4..d5db549 100644 --- a/funcs.php +++ b/funcs.php @@ -92,3 +92,22 @@ function get_person($id){ return db_get_person($id); } +function html_top($title = ""){ + return << + + + +$title + + + +EOF; +} + +function html_bottom(){ + return << + +EOF; +} diff --git a/style.css b/style.css new file mode 100644 index 0000000..e69de29 -- 2.43.0