Example #1
0
function xpress_active_plugin_list($is_report = false)
{
    if ($is_report) {
        echo "******** " . _AM_XP2_PLUGIN . "********" . "<br />\n";
        echo get_xpress_active_plugin_list('') . "<br />\n";
    } else {
        echo "<fieldset><legend style='font-weight: bold; color: #900;'>" . _AM_XP2_PLUGIN . "</legend>";
        echo "<div style='padding: 8px;'>";
        echo get_xpress_active_plugin_list();
        echo "</div>";
        echo '</legend>';
        echo "</fieldset><br />";
    }
}
Example #2
0
function xpress_active_plugin_list($is_report = false)
{
	if ($is_report) {
		echo "******** "  . _AM_XP2_PLUGIN . "********" . "<br />\n";
		echo get_xpress_active_plugin_list('') . "<br />\n";
	} else {
		echo "<div class='resultMsg'>";
		echo "<h4>" ._AM_XP2_PLUGIN ."</h4>";
		echo "<div >";
		echo get_xpress_active_plugin_list();
		echo "</div>";
		echo "</div><br />";
	}
}