diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2003-08-15 16:38:24 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2003-08-15 16:38:24 +0000 |
commit | 8e0214256cda881278e2e557c2b443912359f1dd (patch) | |
tree | c2f1910037e196d2bb1bca685cca19cf7f8f0ec0 | |
parent | 95267c1f8442767cafa68459f470b4e58a4572f5 (diff) | |
download | forums-8e0214256cda881278e2e557c2b443912359f1dd.tar forums-8e0214256cda881278e2e557c2b443912359f1dd.tar.gz forums-8e0214256cda881278e2e557c2b443912359f1dd.tar.bz2 forums-8e0214256cda881278e2e557c2b443912359f1dd.tar.xz forums-8e0214256cda881278e2e557c2b443912359f1dd.zip |
path to editor.js.
git-svn-id: file:///svn/phpbb/trunk@4409 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/styles/subSilver/template/posting_topic_review.html | 2 | ||||
-rw-r--r-- | phpBB/styles/subSilver/template/ucp_header.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subSilver/template/posting_topic_review.html b/phpBB/styles/subSilver/template/posting_topic_review.html index ee4b4d427d..8efef71a29 100644 --- a/phpBB/styles/subSilver/template/posting_topic_review.html +++ b/phpBB/styles/subSilver/template/posting_topic_review.html @@ -13,7 +13,7 @@ <!-- INCLUDE simple_header.html --> -<script language="javascript" type="text/javascript" src="styles/templates/subSilver/editor.js"></script> +<script language="javascript" type="text/javascript" src="styles/subSilver/template/editor.js"></script> <script language="JavaScript" type="text/javascript"> <!-- diff --git a/phpBB/styles/subSilver/template/ucp_header.html b/phpBB/styles/subSilver/template/ucp_header.html index b2c8b96766..e506b73a47 100644 --- a/phpBB/styles/subSilver/template/ucp_header.html +++ b/phpBB/styles/subSilver/template/ucp_header.html @@ -37,7 +37,7 @@ function marklist(form_name, status) //--> </script> -<script language="javascript" type="text/javascript" src="styles/templates/subSilver/editor.js"></script> +<script language="javascript" type="text/javascript" src="styles/subSilver/template/editor.js"></script> <form method="post" name="ucp" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}><table width="95%" cellspacing="0" cellpadding="0" border="0" align="center"> <tr> |