atts);
if(isset($this->atts['show_apps_list']) and $this->atts['show_apps_list']=="true"){
require APPLICATION_MAKER_VIEWS_PATH . 'apm-portal_apps_list.php';
}
if(isset($this->atts['show_main_dashboard']) and $this->atts['show_main_dashboard']=="true"){
//show_tabs
require APPLICATION_MAKER_VIEWS_PATH . 'apm-portal_main_dashboard.php';
}
?>