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/header.tpl b/templates/header.tpl
new file mode 100644
index 0000000..899f733
--- /dev/null
+++ b/templates/header.tpl
@@ -0,0 +1,8 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+<head>
+<title>Rockbox Translations{if isset($title)} - {$title}{/if}</title>
+<link rel="stylesheet" href="rockbox.css" />
+</head>
+<body>