From da2ca54272c1c6e8ee9385a66696e06274999b03 Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Tue, 26 Jul 2005 12:36:32 +0000 Subject: [PATCH] Template controlling how links in the left nav are displayed. --- templates/ktcore/standard_links.smarty | 7 +++++++ 1 file changed, 7 insertions(+), 0 deletions(-) create mode 100644 templates/ktcore/standard_links.smarty diff --git a/templates/ktcore/standard_links.smarty b/templates/ktcore/standard_links.smarty new file mode 100644 index 0000000..d1acbad --- /dev/null +++ b/templates/ktcore/standard_links.smarty @@ -0,0 +1,7 @@ + +{ foreach from=$links key=k item=v } + + + +{ /foreach } +
{$k}
-- libgit2 0.21.4