Subversion Repositories wpShopGermany4

Rev

Rev 4943 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2877 daniel 1
<?php
2
 
3
	/**
4
	 * Template für die Ausgabe der DEBUG Informationen die über die Admin Bar erreichbar sind
5
	 */
6
 
3228 daniel 7
	require_once WPSG_PATH_WP.'/wp-admin/includes/plugin.php';
8
 
2877 daniel 9
?>
10
<?php $this->callMods('admin_debugInfo'); ?>
3228 daniel 11
 
12
<?php
13
 
14
	$arPlugins = $this->get_option('active_plugins');
15
 
16
?>