/** * Constructor * @param $wiki Wiki, Wiki to export */ public function __construct($wiki) { parent::__construct($wiki); $this->setOpt('first_title_level', 3); $this->setOpt('note_str', '<div class="footnotes"><h5>Notes</h5>%s</div>'); $this->wiki =& $wiki; }
/** * Constructor * @param $wiki Wiki, Wiki to export */ function WikiToSingleHTMLExporter($wiki) { Wiki2xhtmlRenderer::Wiki2xhtmlRenderer($wiki); $this->setOpt('first_title_level', 3); $this->setOpt('note_str','<div class="footnotes"><h5>Notes</h5>%s</div>'); $this->wiki =&$wiki; }