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/header.pt

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