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:
@@ -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')
|
||||
|
Reference in New Issue
Block a user