diff options
-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> |