From b6086753dbefb5a2129c6f50cad85d9e5e188194 Mon Sep 17 00:00:00 2001 From: Uriel Date: Thu, 25 Sep 2008 07:02:16 +0200 Subject: [PATCH] Add master, footer and header templates to lib. --- lib/default_master.tpl | 40 ++++++++++++++++++++++++++++++++++++++++ lib/footer.inc | 6 ++++++ lib/top_bar.inc | 16 ++++++++++++++++ 3 files changed, 62 insertions(+) create mode 100644 lib/default_master.tpl create mode 100644 lib/footer.inc create mode 100644 lib/top_bar.inc diff --git a/lib/default_master.tpl b/lib/default_master.tpl new file mode 100644 index 0000000..fb24126 --- /dev/null +++ b/lib/default_master.tpl @@ -0,0 +1,40 @@ + + + +% if (! ~ $#sidebar 0) { + +% } + +
+ +% genbody + +
+ + diff --git a/lib/footer.inc b/lib/footer.inc new file mode 100644 index 0000000..8ce7f3f --- /dev/null +++ b/lib/footer.inc @@ -0,0 +1,6 @@ +
Powered by werc
+ +
+ +
+
diff --git a/lib/top_bar.inc b/lib/top_bar.inc new file mode 100644 index 0000000..4615920 --- /dev/null +++ b/lib/top_bar.inc @@ -0,0 +1,16 @@ +
+ gsoc | + doc archive | + software repo | + ninetimes | + harmful | + 9P | + cat-v.org +
+ +
+ Related sites: + | site updates + | site map +
+