From 7e22735fd2fd5ac03c4a48f0aa0cebbb1a920ca1 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sat, 20 Jan 2007 00:59:50 +0100 Subject: [PATCH] no need to load syntax plugin in renderer anymore darcs-hash:20070119235950-7ad00-4f67462624de6a7f994695ae17fae1da8c2f6e48.gz --- renderer.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/renderer.php b/renderer.php index 047bdb3..e373535 100644 --- a/renderer.php +++ b/renderer.php @@ -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'); } /**