- ".$tp->toHtml($row['plugin_name'], FALSE, "defs,emotes_off")." |
+ ".$tp->toHTML($row['plugin_name'], FALSE, "defs,emotes_off")." |
".$row['plugin_path']." |
";
diff --git a/e107_admin/eurl.php b/e107_admin/eurl.php
index 11b46c555..91ad36ff5 100644
--- a/e107_admin/eurl.php
+++ b/e107_admin/eurl.php
@@ -748,7 +748,7 @@ class eurl_admin_form_ui extends e_admin_form_ui
';
diff --git a/e107_admin/links.php b/e107_admin/links.php
index 2d1f69360..cc8eda555 100644
--- a/e107_admin/links.php
+++ b/e107_admin/links.php
@@ -613,7 +613,7 @@ class links_admin_form_ui extends e_admin_form_ui
{
$newkey .= "(".$val['parm'].")";
}
- $func[$newkey] = $tp->toHtml($val['name'],'','TITLE');
+ $func[$newkey] = $tp->toHTML($val['name'],'','TITLE');
}
$this->linkFunctions[$cat] = $func;
}
diff --git a/e107_admin/menus.php b/e107_admin/menus.php
index 763849b4a..27a57972a 100644
--- a/e107_admin/menus.php
+++ b/e107_admin/menus.php
@@ -1496,12 +1496,12 @@ class e_layout
$checked = ($listtype == 1) ? " checked='checked' " : "";
- $text .= $frm->radio('listtype', 1, $checked, array('label'=> $tp->toHtml(MENLAN_26,true), 'class'=> 'e-save'));
+ $text .= $frm->radio('listtype', 1, $checked, array('label'=> $tp->toHTML(MENLAN_26,true), 'class'=> 'e-save'));
$text .= " ";
// $text .= " ".MENLAN_26." ";
$checked = ($listtype == 2) ? " checked='checked' " : "";
- $text .= $frm->radio('listtype', 2, $checked, array('label'=> $tp->toHtml(MENLAN_27,true), 'class'=> 'e-save'));
+ $text .= $frm->radio('listtype', 2, $checked, array('label'=> $tp->toHTML(MENLAN_27,true), 'class'=> 'e-save'));
// $text .= " ".MENLAN_27." ";
diff --git a/e107_admin/newspost.php b/e107_admin/newspost.php
index 63fd63575..f356bf827 100644
--- a/e107_admin/newspost.php
+++ b/e107_admin/newspost.php
@@ -321,7 +321,7 @@ class news_sub_form_ui extends e_admin_form_ui
';
diff --git a/e107_admin/plugin.php b/e107_admin/plugin.php
index d0acd4e0a..27ad599aa 100755
--- a/e107_admin/plugin.php
+++ b/e107_admin/plugin.php
@@ -732,7 +732,7 @@ class plugin_ui extends e_admin_ui
$text = "
|