1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-15 11:04:18 +02:00

Regex fixes and path fix for TinyMce.

This commit is contained in:
Cameron
2020-12-18 13:07:45 -08:00
parent 5988595989
commit 7238743542
9 changed files with 13 additions and 10 deletions

View File

@@ -125,7 +125,6 @@ class _blank_dashboard // include plugin-folder in the name.
function status() // Status Panel in the admin area
{
$var[0]['icon'] = "<img src='".e_PLUGIN."_blank/images/blank_16.png' alt='' />";
$var[0]['title'] = "My Title";
$var[0]['url'] = e_PLUGIN_ABS."_blank/_blank.php";