<div class="container_12" id="profile_cfg">
	<form action="" method="POST" id="saveprofile_form">
		<input type="hidden" name="profile" id="curprofile"
			value="<?php 
echo $profile;
?>
">
	<?php 
foreach ($order as $k) {
    ?>
	<input type="hidden" id="plc_<?php 
    echo strtoupper($k);
    ?>
"
			value="<?php 
    echo implode(",", $eplconf->getEnabledPluginClasses($k));
    ?>
"
			name="PLUGINS_<?php 
    echo strtoupper($k);
    ?>
:classes">
		<div class="grid_12 col">
			<h3><?php 
    echo ucfirst($k);
    ?>
</h3>
		<?php 
    if ($k == "datasources") {
        ?>
			<?php