use headTitle for title element in HTML head element
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1175 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
b59c342fff
commit
e6c8ace6d5
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
<head metal:define-macro="head">
|
||||
<title metal:define-slot="title"
|
||||
tal:content="options/title|view/title|context/title|default">
|
||||
tal:content="options/title|view/headTitle|view/title|context/title|default">
|
||||
Powered by Zope 3
|
||||
</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
|
@ -22,7 +22,7 @@
|
|||
<tal:js repeat="macro controller/macros/js">
|
||||
<metal:css use-macro="macro" />
|
||||
</tal:js>
|
||||
<span metal:use-macro="context/@@standard_macros/navigation_tree_js" />
|
||||
<!--<span metal:use-macro="context/@@standard_macros/navigation_tree_js" />-->
|
||||
</metal:block>
|
||||
<metal:block define-slot="ecmascript_slot" />
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue