Changeset 996

Show
Ignore:
Timestamp:
01/04/07 22:27:19 (3 years ago)
Author:
bchoate
Message:

Added placeholders for style/script blocks. BugId: 46273

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/mt3.34/plugins/StyleCatcher/tmpl/header.tmpl

    r178 r996  
    1414        <script type="text/javascript" src="<TMPL_VAR NAME=STATIC_URI>js/tc/mixer/display.js"></script> 
    1515        <script type="text/javascript" src="<TMPL_VAR NAME=STATIC_URI>js/tc/client.js"></script> 
     16<style type="text/css"> 
     17<MT_HEAD:STYLE> 
     18</MT_HEAD:STYLE> 
     19</style> 
     20<script type="text/javascript> 
     21<MT_HEAD:SCRIPT> 
     22</MT_HEAD:SCRIPT> 
     23</script> 
    1624    </head> 
    1725    <body>