aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/posting_buttons.html
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2013-06-24 13:32:31 -0500
committerNathan Guse <nathaniel.guse@gmail.com>2013-06-24 13:32:31 -0500
commit1a0819bdc40fd6b40b556ba1739ae71214719b43 (patch)
tree45e0bb5382bbd8ecaa25d2683ec9fb4de2348687 /phpBB/styles/prosilver/template/posting_buttons.html
parent63143a1a576b9707dfc997038a5aaf804d5f8d8e (diff)
downloadforums-1a0819bdc40fd6b40b556ba1739ae71214719b43.tar
forums-1a0819bdc40fd6b40b556ba1739ae71214719b43.tar.gz
forums-1a0819bdc40fd6b40b556ba1739ae71214719b43.tar.bz2
forums-1a0819bdc40fd6b40b556ba1739ae71214719b43.tar.xz
forums-1a0819bdc40fd6b40b556ba1739ae71214719b43.zip
[feature/twig] Changing INCLUDEJS behavior
Was: <!-- INCLUDEJS template/foo.js --> Now: <!-- INCLUDEJS T_TEMPLATE_PATH ~ '/foo.js' --> Reasons for this: 1. INCLUDEJS is 3.1-dev only 2. INCLUDEJS has odd behavior to begin with (arbitrary setting root path to styles/name/ directory) 3. INCLUDEJS could not include files from outside directories or anywhere else 4. It was easier to change INCLUDEJS behavior to something more flexible and useful than hack around it to make it work as it was with Twig. PHPBB3-11598
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_buttons.html')
-rw-r--r--phpBB/styles/prosilver/template/posting_buttons.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/posting_buttons.html b/phpBB/styles/prosilver/template/posting_buttons.html
index fadbc9b3ca..b3e2b85492 100644
--- a/phpBB/styles/prosilver/template/posting_buttons.html
+++ b/phpBB/styles/prosilver/template/posting_buttons.html
@@ -39,7 +39,7 @@
{
dE('colour_palette');
e = document.getElementById('colour_palette');
-
+
if (e.style.display == 'block')
{
document.getElementById('bbpalette').value = '{LA_FONT_COLOR_HIDE}';
@@ -52,7 +52,7 @@
// ]]>
</script>
-<!-- INCLUDEJS template/editor.js -->
+<!-- INCLUDEJS T_TEMPLATE_PATH ~ '/editor.js' -->
<!-- IF S_BBCODE_ALLOWED -->
<div id="colour_palette" style="display: none;">