New style resources links for template

Build and share your cool customized reports built w/ one sql, Chart.js and Lua

Moderator: Renato

Post Reply
Nikolay
MMEX Developer
Posts: 1535
Joined: Sat Dec 06, 2008 2:27 pm
Are you a spam bot?: No
Location: Sankt-Petersburg, Russia

New style resources links for template

Post 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">
Post Reply