diff options
author | Cesar G <prototech91@gmail.com> | 2013-10-20 16:35:28 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2013-11-12 18:15:16 -0800 |
commit | 1ea07e2270a0e18bc6008f4ac28df03b5fd52432 (patch) | |
tree | 6330357e323eb7b30ad987823966e261b0021f30 /phpBB/adm | |
parent | b99e87664d044c8953c058efa065d8abe7acc7c6 (diff) | |
download | forums-1ea07e2270a0e18bc6008f4ac28df03b5fd52432.tar forums-1ea07e2270a0e18bc6008f4ac28df03b5fd52432.tar.gz forums-1ea07e2270a0e18bc6008f4ac28df03b5fd52432.tar.bz2 forums-1ea07e2270a0e18bc6008f4ac28df03b5fd52432.tar.xz forums-1ea07e2270a0e18bc6008f4ac28df03b5fd52432.zip |
[ticket/11472] Use {T_ASSETS_PATH}.
PHPBB3-11472
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/acp_users_signature.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_users_signature.html b/phpBB/adm/style/acp_users_signature.html index 6f6f134836..cfcab155bd 100644 --- a/phpBB/adm/style/acp_users_signature.html +++ b/phpBB/adm/style/acp_users_signature.html @@ -34,7 +34,7 @@ // ]]> </script> -<!-- INCLUDEJS ./../assets/javascript/editor.js --> +<!-- INCLUDEJS {T_ASSETS_PATH}/javascript/editor.js --> <form id="user_signature" method="post" action="{U_ACTION}"> |