AddOption('Arquivo','main:doc:index:file'); include_once($MIOLO->GetModulePath('common','etc/documentation.class')); $source = MIOLO::_REQUEST('item'); if ( file_exists($source) ) { $content = new SourceDocumentation($source); $theme->AddStyle('/doc/doc.css'); } else { $content = Prompt::Error("File '$source' not found!",$MIOLO->GetActionURL('common','main:doc/index')); } include_once($MIOLO->GetModulePath('.','menu.inc')); $theme->SetContent($content); ?>