generate()); if ( $item == 'README' ) { $content = str_replace("
", '

', $content); } $div = new MDiv('file-content', $content ); $div->textIndent = '16px'; $fields = array($div); $form->setFields( $fields ); $form->defaultButton = False; $formAction = $MIOLO->getConf('home.url') . '/' . $MIOLO->getConf('options.dispatch'); $form->addButton( new MButton( 'btnForm', 'Go Back', "javascript:GotoURL('$formAction')" ) ); $theme->appendContent( $form ); ?>