no need to load syntax plugin in renderer anymore
darcs-hash:20070119235950-7ad00-4f67462624de6a7f994695ae17fae1da8c2f6e48.gz
This commit is contained in:
parent
3e8366929f
commit
7e22735fd2
|
|
@ -36,10 +36,8 @@ class Doku_Renderer_s5 extends Doku_Renderer_xhtml {
|
|||
// send the content type header
|
||||
header('Content-Type: text/html; charset=utf-8');
|
||||
|
||||
// use the main plugin to load config data
|
||||
$plugin = plugin_load('syntax','s5');
|
||||
$this->base = DOKU_BASE.'lib/plugins/s5/ui/';
|
||||
$this->tpl = $plugin->getConf('template');
|
||||
$this->tpl = $this->getConf('template');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user