]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/page_header.tpl
Fix for wrong SQL statement 'LOW_PRIRITY'
[mailer.git] / templates / de / html / page_header.tpl
index 01fc06f87ba896dbbe3b51ad11e937eabf8a64a7..f4424ef38669c6b70a36b788165e354469fe462e 100644 (file)
@@ -1,8 +1,11 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
 <head>
-<title>{!__PAGE_TITLE!}</title>
-<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
+<title>{%pipe,determinePageTitle%}</title>
+<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
 <meta http-equiv="content-style-type" content="text/css" />
 <meta http-equiv="content-script-type" content="text/javascript" />
 <meta http-equiv="language" content="de" />
+
+<script src="{%url=js/jquery.js?dummy=1%}{%ext,version=sql_patches%}" type="text/javascript"></script>
+<script src="{%url=js/menu-common.js?dummy=1%}{%ext,version=sql_patches%}" type="text/javascript"></script>