diff options
| author | Igor Wiedler <igor@wiedler.ch> | 2011-02-27 23:18:33 +0100 |
|---|---|---|
| committer | Igor Wiedler <igor@wiedler.ch> | 2011-02-27 23:18:33 +0100 |
| commit | f49b8a0e3eb7b0caad763e5bab4c846ce17204b0 (patch) | |
| tree | a52d5793ed5549ebe606f1ebcad8309cc7356eea /phpBB/styles/prosilver/template/simple_header.html | |
| parent | ea82c6d22cf1bada31d7e844070df2809e013f7f (diff) | |
| parent | 23475abab3e1a4e560d7b8b107fc76f9b88792f8 (diff) | |
| download | forums-f49b8a0e3eb7b0caad763e5bab4c846ce17204b0.tar forums-f49b8a0e3eb7b0caad763e5bab4c846ce17204b0.tar.gz forums-f49b8a0e3eb7b0caad763e5bab4c846ce17204b0.tar.bz2 forums-f49b8a0e3eb7b0caad763e5bab4c846ce17204b0.tar.xz forums-f49b8a0e3eb7b0caad763e5bab4c846ce17204b0.zip | |
Merge branch 'develop-olympus' into develop
* develop-olympus:
[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.html | 4 |
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 63c223c4bd..f983a8ef8d 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" /> |
