add foldmarks

This commit is contained in:
Uwe Steinmann 2022-09-14 14:24:33 +02:00
parent c04561ef5f
commit fc68b025ef

View File

@ -22,7 +22,7 @@
*/ */
class SeedDMS_Controller_Preview extends SeedDMS_Controller_Common { class SeedDMS_Controller_Preview extends SeedDMS_Controller_Common {
public function version() { public function version() { /* {{{ */
$dms = $this->params['dms']; $dms = $this->params['dms'];
$settings = $this->params['settings']; $settings = $this->params['settings'];
$conversionmgr = $this->params['conversionmgr']; $conversionmgr = $this->params['conversionmgr'];
@ -72,7 +72,7 @@ class SeedDMS_Controller_Preview extends SeedDMS_Controller_Common {
} }
} /* }}} */ } /* }}} */
public function file() { public function file() { /* {{{ */
$dms = $this->params['dms']; $dms = $this->params['dms'];
$settings = $this->params['settings']; $settings = $this->params['settings'];
$conversionmgr = $this->params['conversionmgr']; $conversionmgr = $this->params['conversionmgr'];