$jinput = Factory::getApplication()->input; $view = $jinput->get('view'); if($view == 'norma'){ return true; } else { return false; }
return $app->input->get('view') == 'norma';