Commit e8c36564 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

specify header_title as 'Page Title | Site Title'.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27143 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b5a8777d
......@@ -96,6 +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 css_list_template python:[\n
\'%s/mf54_reset.css\' % portal_path,\n
\'%s/mf54_grid.css\' % portal_path,\n
......
96
\ No newline at end of file
97
\ 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