Commit 10ba9139 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

make it possible to customize title header by header_title variable.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27141 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5a26e2e3
......@@ -64,8 +64,9 @@ IDEAS:\n
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n
<meta http-equiv="Content-Script-Type" content="text/javascript" />\n
<meta http-equiv="Content-Style-Type" content="text/css" />\n
<title tal:define="title title | string:ERP5"\n
tal:content="python: \'%s | %s\' % (title, here.getPortalObject().title_or_id())"></title>\n
<title tal:define="title title | string:ERP5;\n
header_title header_title | nothing"\n
tal:content="python:header_title or \'%s | %s\' % (title, here.getPortalObject().title_or_id())"></title>\n
<tal:block tal:repeat="css css_list">\n
<link tal:attributes="href css" type="text/css" rel="stylesheet" />\n
</tal:block>\n
......
752
\ No newline at end of file
753
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment