From e0b593c90599009a903d1856555eacf33245005d Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Thu, 11 Apr 2019 13:32:04 +0200 Subject: Initial commit --- header.php | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 header.php (limited to 'header.php') diff --git a/header.php b/header.php new file mode 100644 index 0000000..3b78cb5 --- /dev/null +++ b/header.php @@ -0,0 +1,28 @@ + + + + + + + + + <?php tpl_pagetitle();?> + + + +
+ -- cgit