Beispiel #1
0
 public function getEnabledPluginClasses($profile)
 {
     $enabledplugins = new EnabledPlugins_Config($profile);
     $enabledplugins->load();
     return $enabledplugins->getEnabledPluginFamilies($this->getPluginFamilies());
 }
?>
<script type="text/javascript">
		var profile="<?php 
echo $profile;
?>
";
	</script>
<div class="container_12" id="profile_action">
	<div class="grid_12 subtitle">
		<span>Configure Current Profile (<?php 
echo $profilename;
?>
)</span>
<?php 
$eplconf = new EnabledPlugins_Config($profile);
$eplconf->load();
$conf_ok = $eplconf->hasSection("PLUGINS_DATASOURCES");
?>
<span class="saveinfo<?php 
if (!$conf_ok) {
    ?>
 log_warning<?php 
}
?>
"
			id="profileconf_msg">
<?php 
if ($conf_ok) {
    ?>
Saved:<?php 
    echo $eplconf->getLastSaved("%c");