[Mpuls-commits] r1314 - wasko/branches/2.0/waskaweb/templates

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Feb 8 12:46:02 CET 2010


Author: torsten
Date: 2010-02-08 12:46:01 +0100 (Mon, 08 Feb 2010)
New Revision: 1314

Modified:
   wasko/branches/2.0/waskaweb/templates/main.mako
Log:
* waskaweb/templates/main.mako: Call get_app_title function to insert
  app title for the html page (header/title)


Modified: wasko/branches/2.0/waskaweb/templates/main.mako
===================================================================
--- wasko/branches/2.0/waskaweb/templates/main.mako	2010-02-08 11:44:35 UTC (rev 1313)
+++ wasko/branches/2.0/waskaweb/templates/main.mako	2010-02-08 11:46:01 UTC (rev 1314)
@@ -214,7 +214,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
   <head>
-    <title>WASKO</title>
+    <title>${h.get_app_title()}</title>
     <meta name="generator" content="vim">
     <meta name="author" content="Torsten Irlaender">
     <meta name="date" content="2007-08-07">



More information about the Mpuls-commits mailing list