Convert the frontpage to use smarty rather than terrible mixed code/layout.
git-svn-id: svn://svn.rockbox.org/rockbox/translate.rockbox.org@24393 a1c6a512-1295-4272-9138-f99709370657
diff --git a/templates/footer.tpl b/templates/footer.tpl
new file mode 100644
index 0000000..b405fa3
--- /dev/null
+++ b/templates/footer.tpl
@@ -0,0 +1,10 @@
+<hr />
+<a href="http://www.rockbox.org">
+ <img src="http://www.rockbox.org/rockbox100.png" border="0" width="100" height="32" alt="www.rockbox.org" title="Rockbox - Open Source Jukebox Firmware" />
+</a>
+<small>
+Last updated {$updated|date_format:"%c"}. Flags copyright Wikimedia contributors.
+</small>
+
+</body>
+</html>