Esempio n. 1
0
 public static function admin_content()
 {
     if (isset($_REQUEST['view']) && $_REQUEST['view'] == 'design') {
         HEIBApp::getDesignContent();
     } else {
         HEIBApp::getDashboardContent();
     }
 }