Page 1 of 1

New style resources links for template

Posted: Wed Mar 26, 2014 9:31 am
by Nikolay
Old style template code

Code: Select all

    <STYLE><TMPL_INCLUDE NAME="master.css"></STYLE>
    <SCRIPT><TMPL_INCLUDE NAME="Chart.js"></SCRIPT>
should be replaced by

Code: Select all

<script src="Chart.js"></script>
<link href="master.css" rel="stylesheet">