diff options
author | Cesar G <prototech91@gmail.com> | 2013-10-18 20:47:22 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2013-11-12 18:11:56 -0800 |
commit | c386bf7911edfc4613c6a70dae37db76bfe645cb (patch) | |
tree | dfb93a6e85602ea6abaf29d8216a7acb06120855 /phpBB/adm/style/acp_users_signature.html | |
parent | c19bf3d0d30367114c46e8ff8b58d0c10b28c8a7 (diff) | |
download | forums-c386bf7911edfc4613c6a70dae37db76bfe645cb.tar forums-c386bf7911edfc4613c6a70dae37db76bfe645cb.tar.gz forums-c386bf7911edfc4613c6a70dae37db76bfe645cb.tar.bz2 forums-c386bf7911edfc4613c6a70dae37db76bfe645cb.tar.xz forums-c386bf7911edfc4613c6a70dae37db76bfe645cb.zip |
[ticket/11472] Make prosilver's editor.js an asset used by all styles.
PHPBB3-11472
Diffstat (limited to 'phpBB/adm/style/acp_users_signature.html')
-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 2b4964803e..5bd6b0921a 100644 --- a/phpBB/adm/style/acp_users_signature.html +++ b/phpBB/adm/style/acp_users_signature.html @@ -32,7 +32,7 @@ // ]]> </script> -<script type="text/javascript" src="{T_TEMPLATE_PATH}/editor.js"></script> +<!-- INCLUDEJS {ROOT_PATH}assets/javascript/editor.js --> <form id="user_signature" method="post" action="{U_ACTION}"> |