standard.php 301 Bytes
Newer Older
1 2 3 4 5 6 7 8
<? @include_once("../../includes/common.php"); ?>
<?
if($panel && is_array($panel)) {
   $buttonar=getPanelButtons($_DOMOTIKA['username'],$panel['panel_content'],$panel['panel_sections'],$panel['panel_websections'],$panel['panel_selector'],true);
   if(count($buttonar) > 0)
      $paneldo=TRUE;
}
?>