mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
add foldmarks
This commit is contained in:
parent
c04561ef5f
commit
fc68b025ef
|
@ -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'];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user