projects
/
website.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a08c51
)
Correction baseurl pour le scripts.js
author
opi
<opi@no-log.org>
Sun, 28 Jun 2015 14:27:41 +0000
(16:27 +0200)
committer
opi
<opi@no-log.org>
Sun, 28 Jun 2015 14:27:41 +0000
(16:27 +0200)
templates/page.tmpl
patch
|
blob
|
history
diff --git
a/templates/page.tmpl
b/templates/page.tmpl
index d0fa2be92d242d7041863a4a60f08f7933841bb7..a819797e549cdfe098dc3a3b19c7e77923bb8b32 100644
(file)
--- 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
PREV
URL>scripts.js"></script>
+<script src="<TMPL_VAR
BASE
URL>scripts.js"></script>
</body>
</html>