Change links from includes to the resources directory.
This commit is contained in:
@@ -272,7 +272,7 @@ if (count($_POST)>0) {
|
||||
//echo " <td class='vncellreq' valign='top'></td>";
|
||||
echo " <td class='' colspan='2' align='left'>";
|
||||
echo " <strong>".$text['label-content'].":</strong> ";
|
||||
if (is_dir($_SERVER["DOCUMENT_ROOT"].PROJECT_PATH.'/includes/tiny_mce')) {
|
||||
if (is_dir($_SERVER["DOCUMENT_ROOT"].PROJECT_PATH.'/resources/tiny_mce')) {
|
||||
echo " editor <a href='#' title='toggle' onclick=\"toogleEditorMode('rss_description'); return false;\">".$text['label-on-off']."</a><br>";
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user