From 6d427f67e40f46b82e29c3e866c0f8bbdfa6a578 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 25 Nov 2009 23:37:01 +0100 Subject: Reworked menu system --- templates/menu.mako | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 templates/menu.mako (limited to 'templates/menu.mako') diff --git a/templates/menu.mako b/templates/menu.mako new file mode 100644 index 0000000..4d6fff4 --- /dev/null +++ b/templates/menu.mako @@ -0,0 +1,7 @@ +<%! + menu = [ + ("/index", "Portato"), + ("/download", "Download"), + ("/development", "Development") + ] +%> -- cgit v1.2.3