$label";
return "
" . $output . trim($value) . "
" ;
}
?>
getClass('admin');
$page_title = __("Support","maxbuttons");
$action = "" . __("Go to support","maxbuttons") . "";
$admin->get_header(array("title" => $page_title, "title_action" => $action) );
?>
----- Begin System Info -----
db_version();
echo maxbuttons_system_label('MySQL Version:', $mysql_version, 8) ?>
browser['platform'], 5) ?>
browser['name'] . ' ' . $view->browser['version'], 14) ?>
browser['user_agent'], 11) ?>
Active Theme:
theme->get('Name') . ' ' . $view->theme->get('Version'), 1) ?>
theme->get('ThemeURI'), 2) ?>
Active Plugins:
plugins as $plugin_path => $plugin) {
// Only show active plugins
if (in_array($plugin_path, $view->active_plugins)) {
echo maxbuttons_system_label('-', $plugin['Name'] . ' ' . $plugin['Version'], 1);
if (isset($view->plugin['PluginURI'])) {
echo maxbuttons_system_label('', $view->plugin['PluginURI'], 2);
}
echo "\n";
}
}
?>
----- End System Info -----
get_footer(); ?>