1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 17:44:37 +02:00

Plugin Manager rewrite - finally using admin-ui.

This commit is contained in:
Cameron
2017-02-05 15:49:03 -08:00
parent 372141dddf
commit 3a81c1097a
7 changed files with 1418 additions and 172 deletions

View File

@@ -96,7 +96,7 @@ class bootstrap3_admintheme
echo "\n\n<!-- UniqueID: ".$data['uniqueId']." -->\n\n";
echo "<!-- Style: ".$style." -->\n\n";
echo "<!-- Mode: ".$mode." -->";
echo "<!-- Mode: ".(string) $mode." -->";
$class = '';
if(is_string($mode) && $mode == 'admin_help')