summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-04-07 15:54:36 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-04-07 15:54:36 +0200
commita1d2970498102b9b960d8d35b0a045b015c67512 (patch)
tree0d05de27da79eb9e4b53da4e7b8c791f5cfbd42a
parent7bff2a27365dc2f73ee7b3cef2f3f4e704e68cad (diff)
downloadweb-a1d2970498102b9b960d8d35b0a045b015c67512.tar.gz
web-a1d2970498102b9b960d8d35b0a045b015c67512.tar.bz2
web-a1d2970498102b9b960d8d35b0a045b015c67512.zip
Screenshot page
-rw-r--r--templates/menu.mako1
-rw-r--r--templates/pages/screenshots.mako6
2 files changed, 7 insertions, 0 deletions
diff --git a/templates/menu.mako b/templates/menu.mako
index d74a144..104020d 100644
--- a/templates/menu.mako
+++ b/templates/menu.mako
@@ -4,6 +4,7 @@
("/download", "Download"),
("/translating", "Translating"),
("/development", "Development"),
+ ("/screenshots", "Screenshots"),
("/r/bugs", "Bugs"),
("/r/blog", "Blog")
]
diff --git a/templates/pages/screenshots.mako b/templates/pages/screenshots.mako
new file mode 100644
index 0000000..539184d
--- /dev/null
+++ b/templates/pages/screenshots.mako
@@ -0,0 +1,6 @@
+<%!
+ title = "Screenshots"
+%>
+<%inherit file="/page.mako" />
+
+<p>Nothing here yet!</p>