summaryrefslogtreecommitdiffstats
path: root/manas/templates/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'manas/templates/header.html')
-rw-r--r--manas/templates/header.html20
1 files changed, 5 insertions, 15 deletions
diff --git a/manas/templates/header.html b/manas/templates/header.html
index 6d533be..bb72cd9 100644
--- a/manas/templates/header.html
+++ b/manas/templates/header.html
@@ -1,17 +1,7 @@
-<html xmlns:py="http://genshi.edgewall.org/"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- py:strip="">
+<html xmlns:py="http://genshi.edgewall.org/" py:strip="">
<py:def function="header">
- <div id="header">
- <div class="alogo">
- <img src="/images/logo.png" alt="TG2!"/>
- </div>
- <div class="headtext">
- Welcome to TurboGears 2
- </div>
- <div class="currentpage">
- Now Viewing: <span py:replace="page"/>
- </div>
+ <div id="header" class="head">
+ Manas
</div>
-</py:def>
-</html> \ No newline at end of file
+</py:def>
+</html>