Easy enough. Find this bit, typically around line 355.
And change it to this.
[code]
function template_htm...
Re: How can i put this script on index.template.php?
Code: [Select]
function template_html_below()
{
global $context, $settings, $options, $scripturl, $txt, $modSettings;
echo '
</body></html>';
}
And change it to this.
[code]
function template_htm...
Re: How can i put this script on index.template.php?
0 commentaires:
Enregistrer un commentaire