diff options
| author | Igor Wiedler <igor@wiedler.ch> | 2011-02-27 23:18:10 +0100 |
|---|---|---|
| committer | Igor Wiedler <igor@wiedler.ch> | 2011-02-27 23:18:10 +0100 |
| commit | 23475abab3e1a4e560d7b8b107fc76f9b88792f8 (patch) | |
| tree | 4ebc63ec35f69b4a27737be082266be216bde258 /phpBB/styles/subsilver2 | |
| parent | dc112092e05f58341b310ec7d90f609cb62c7343 (diff) | |
| parent | 6a7c85382828dc95b5190ab6dde5ae25149e6025 (diff) | |
| download | forums-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/subsilver2')
| -rw-r--r-- | phpBB/styles/subsilver2/template/posting_buttons.html | 2 | ||||
| -rw-r--r-- | phpBB/styles/subsilver2/template/posting_smilies.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subsilver2/template/posting_buttons.html b/phpBB/styles/subsilver2/template/posting_buttons.html index 621fa87fd4..92b4bd3e39 100644 --- a/phpBB/styles/subsilver2/template/posting_buttons.html +++ b/phpBB/styles/subsilver2/template/posting_buttons.html @@ -33,7 +33,7 @@ // ]]> </script> - <script type="text/javascript" src="{T_TEMPLATE_PATH}/editor.js"></script> + <script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/editor.js"></script> <!-- IF S_BBCODE_ALLOWED --> <input type="button" class="btnbbcode" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px;" onclick="bbstyle(0)" onmouseover="helpline('b')" onmouseout="helpline('tip')" /> diff --git a/phpBB/styles/subsilver2/template/posting_smilies.html b/phpBB/styles/subsilver2/template/posting_smilies.html index 2586530e55..fcab578bd9 100644 --- a/phpBB/styles/subsilver2/template/posting_smilies.html +++ b/phpBB/styles/subsilver2/template/posting_smilies.html @@ -6,7 +6,7 @@ var text_name = 'message'; // ]]> </script> -<script type="text/javascript" src="{T_TEMPLATE_PATH}/editor.js"></script> +<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/editor.js"></script> <table width="100%" cellspacing="1" cellpadding="4" border="0"> <tr> |
