aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/simple_header.html
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2011-02-27 23:18:10 +0100
committerIgor Wiedler <igor@wiedler.ch>2011-02-27 23:18:10 +0100
commit23475abab3e1a4e560d7b8b107fc76f9b88792f8 (patch)
tree4ebc63ec35f69b4a27737be082266be216bde258 /phpBB/styles/prosilver/template/simple_header.html
parentdc112092e05f58341b310ec7d90f609cb62c7343 (diff)
parent6a7c85382828dc95b5190ab6dde5ae25149e6025 (diff)
downloadforums-23475abab3e1a4e560d7b8b107fc76f9b88792f8.tar
forums-23475abab3e1a4e560d7b8b107fc76f9b88792f8.tar.gz
forums-23475abab3e1a4e560d7b8b107fc76f9b88792f8.tar.bz2
forums-23475abab3e1a4e560d7b8b107fc76f9b88792f8.tar.xz
forums-23475abab3e1a4e560d7b8b107fc76f9b88792f8.zip
Merge branch 'ticket/raimon/9980' into develop-olympus
* ticket/raimon/9980: [ticket/9980] URLs to javascript should be T_SUPER_TEMPLATE_PATH instead of T_TEMPLATE_PATH
Diffstat (limited to 'phpBB/styles/prosilver/template/simple_header.html')
-rw-r--r--phpBB/styles/prosilver/template/simple_header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/simple_header.html b/phpBB/styles/prosilver/template/simple_header.html
index 66aae004a0..9cc8060762 100644
--- a/phpBB/styles/prosilver/template/simple_header.html
+++ b/phpBB/styles/prosilver/template/simple_header.html
@@ -46,8 +46,8 @@
// ]]>
</script>
-<script type="text/javascript" src="{T_TEMPLATE_PATH}/styleswitcher.js"></script>
-<script type="text/javascript" src="{T_TEMPLATE_PATH}/forum_fn.js"></script>
+<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/styleswitcher.js"></script>
+<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/forum_fn.js"></script>
<link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />
<link href="{T_STYLESHEET_LINK}" rel="stylesheet" type="text/css" media="screen, projection" />