Changeset 316
- Timestamp:
- 04/10/06 10:58:20
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qSEOptimizer/branches/0.3.3-SE/skins/qSEOptimizer/2.1.1/header.pt
r315 r316 26 26 </title> 27 27 28 <tal:html_comment define="comment here/qSEO_HTML_Comment|nothing" condition="comment"> 28 <meta tal:define="metatags here/listMetaTags" 29 tal:condition="metatags" 30 tal:repeat="keyval metatags" 31 tal:attributes="name python:keyval[0]; 32 content python:keyval[1];" /> 33 34 ` <tal:html_comment define="comment here/qSEO_HTML_Comment|nothing" condition="comment"> 29 35 <tal:html_comment_start replace="structure string:<!--" /> 30 36 <tal:comment replace="comment" /> … … 35 41 36 42 <meta name="generator" content="Plone - http://plone.org" /> 37 38 <meta tal:define="metatags here/listMetaTags"39 tal:condition="metatags"40 tal:repeat="keyval metatags"41 tal:attributes="name python:keyval[0];42 content python:keyval[1];" />43 43 44 44 <metal:js metal:use-macro="here/renderAllTheScripts/macros/jsrenderer">SSS
