aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/simple_header.html
diff options
context:
space:
mode:
authorRaimon <Raimon@phpBB.com>2011-01-07 23:47:17 +0100
committerRaimon <Raimon@phpBB.com>2011-01-08 01:33:35 +0100
commit6a7c85382828dc95b5190ab6dde5ae25149e6025 (patch)
treed07230cce01a36f1d0c56ac7a000b9bbb0e4ee16 /phpBB/styles/prosilver/template/simple_header.html
parenta469e804930e66c244da27deb4dc94b5e280659f (diff)
downloadforums-6a7c85382828dc95b5190ab6dde5ae25149e6025.tar
forums-6a7c85382828dc95b5190ab6dde5ae25149e6025.tar.gz
forums-6a7c85382828dc95b5190ab6dde5ae25149e6025.tar.bz2
forums-6a7c85382828dc95b5190ab6dde5ae25149e6025.tar.xz
forums-6a7c85382828dc95b5190ab6dde5ae25149e6025.zip
[ticket/9980] URLs to javascript should be T_SUPER_TEMPLATE_PATH instead of T_TEMPLATE_PATH
PHPBB3-9980
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 0e2409586c..ef9b0a5573 100644
--- a/phpBB/styles/prosilver/template/simple_header.html
+++ b/phpBB/styles/prosilver/template/simple_header.html
@@ -47,8 +47,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" />