Commit 93772be5 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Fixed naming

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33547 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 68ced9e6
......@@ -65,7 +65,7 @@ MARKER = [\'\', None]\n
page_template_header = """<tal:block define="dummy python: request.RESPONSE.setHeader(\'Content-Type\', \'text/__REPLACE__;; charset=utf-8\')"/>\n
"""\n
theme_id = web_site_theme_id.lower().replace(" ", "_")\n
main_template_id = "template_erp5_web_%s" % theme_id\n
main_template_id = "template_%s" % theme_id\n
\n
# XXX Should support Web Section too?\n
web_site = context.getWebSiteValue()\n
......
55
\ No newline at end of file
57
\ 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