I want to add this script to my hmoepage. it has to go justbefore the <body> tag how can I do this
<script src="http://cdn.wibiya.com/Toolbars/dir_0466/Toolbar_466966/Loader_466966.js" type="text/javascript"></script>
Anthony
I want to add this script to my hmoepage. it has to go justbefore the <body> tag how can I do this <script src="http://cdn.wibiya.com/Toolbars/dir_0466/Toolbar_466966/Loader_466966.js" type="text/javascript"></script> Anthony |
Open ROOTDIR/templates/base/_header.html Add the line somewhere in this file. sup |
I have been trying this too, and even after emptying the cache I can't make it go. Open ROOTDIR/templates/base/_header.html Add the line somewhere in this file. |
If you run a custom template and that custom template has its own _header.html then you must put your script additions in that one. https://www.deanbassett.com |
many thanks buddy |