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

    r1 r1028  
    3737          tal:attributes="name python:keyval[0]; 
    3838                          content python:keyval[1];" /> 
     39 
     40    <tal:ecma_script define="ecmascript here/qSEO_ECMA_Script|nothing" condition="ecmascript"> 
     41        <tal:script replace="structure ecmascript" /> 
     42    </tal:ecma_script> 
    3943 
    4044    <link rel="Stylesheet" type="text/css" href="" tal:attributes="href string:$portal_url/ploneNS4.css" /> 
Note: See TracChangeset for help on using the changeset viewer.