Commit a856d0b8 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

translate title even in non-default document case.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29023 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c2d7a7a8
......@@ -96,7 +96,7 @@
headline_area python:aggregate.get(\'headline\', []);\n
subcontent_area python:aggregate.get(\'subcontent\', []);\n
footer_area python:aggregate.get(\'footer\', []);\n
global header_title python:\'%s | %s\' % (here.getTitleOrId(), website.getTitleOrId());\n
global header_title python:\'%s | %s\' % (here.getTranslatedTitleOrId(), website.getTranslatedTitleOrId());\n
global description python:here.getDescription() or here.getLayoutProperty(\'description\');\n
global subject_list python:here.getSubjectList() or here.getLayoutProperty(\'subject_list\') or [];\n
global css_list_template python:[\n
......
144
\ No newline at end of file
145
\ 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