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/subsilver2/template/posting_smilies.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/subsilver2/template/posting_smilies.html')
| -rw-r--r-- | phpBB/styles/subsilver2/template/posting_smilies.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/posting_smilies.html b/phpBB/styles/subsilver2/template/posting_smilies.html index 06e830845a..691ba239b2 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> |
