From: opi <opi@no-log.org> Date: Sun, 28 Jun 2015 14:27:41 +0000 (+0200) Subject: Correction baseurl pour le scripts.js X-Git-Url: https://nos-oignons.net/gitweb/website.git/commitdiff_plain/c31f4867062787b9ba4bc8d1ad6a358f62148246 Correction baseurl pour le scripts.js --- diff --git a/templates/page.tmpl b/templates/page.tmpl index d0fa2be..a819797 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -214,6 +214,6 @@ <!-- <TMPL_IF HTML5></article><TMPL_ELSE></div></TMPL_IF> --> </div><!-- body-wrapper --> -<script src="<TMPL_VAR PREVURL>scripts.js"></script> +<script src="<TMPL_VAR BASEURL>scripts.js"></script> </body> </html>