From ba76f8c89f55b138a7f4c58067e4e6cd8bc4f6fc Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Fri, 6 Jan 2012 03:53:23 -0800 Subject: [PATCH] created linked-archive template --- templates/linked-archive.html.tpl | 49 +++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 templates/linked-archive.html.tpl diff --git a/templates/linked-archive.html.tpl b/templates/linked-archive.html.tpl new file mode 100644 index 0000000..3423992 --- /dev/null +++ b/templates/linked-archive.html.tpl @@ -0,0 +1,49 @@ + + + + include_template('head-inc.html.tpl') ?> + + <?=SITE_TITLE?><?=$this->page_title(TITLE_DELIMITER);?> + + + + + +
+ + + +
+
+
+
+ + + + +
+ + include_template('footer.html.tpl') ?> + include_template('nav.html.tpl') ?> + + + -- 2.34.1