syntax highlighting can now be turned off, template can be changed in

configuration
This commit is contained in:
Simon Rupf
2013-10-31 22:24:40 +01:00
parent 630e16c4a0
commit d247bff897
3 changed files with 6 additions and 3 deletions

View File

@@ -405,7 +405,7 @@ class zerobin
$page->assign('SYNTAXHIGHLIGHTING', $this->_conf['main']['syntaxhighlighting']);
$page->assign('EXPIRE', $expire);
$page->assign('EXPIREDEFAULT', $this->_conf['expire']['default']);
$page->draw('page');
$page->draw($this->_conf['main']['template']);
}
/**