Ignore:
Timestamp:
Apr 14, 2009 11:59:17 AM (15 years ago)
Author:
mylan
Message:

Implemented possibility to add specific ecma-script to header of a seo supported content

File:
1 edited

Legend:

Unmodified
Added
Removed
  • qSEOptimizer/branches/p21_ecma/skins/qSEOptimizer/2.1.2/header.pt

    r1 r1028  
    4141          tal:attributes="name python:keyval[0]; 
    4242                          content python:keyval[1];" /> 
     43 
     44    <tal:ecma_script define="ecmascript here/qSEO_ECMA_Script|nothing" condition="ecmascript"> 
     45        <tal:script replace="structure ecmascript" /> 
     46    </tal:ecma_script> 
    4347 
    4448    <metal:js metal:use-macro="here/renderAllTheScripts/macros/jsrenderer">SSS 
Note: See TracChangeset for help on using the changeset viewer.