Commit 6bb98ccd authored by Krzysztof Kutt's avatar Krzysztof Kutt
Browse files

fix dla DokuWiki od 2015 w gore (przeniesiony plugin geshi)

Showing with 2 additions and 2 deletions
+2 -2
base loki
author GEIST Research Group
email geist@agh.edu.pl
date 2015-12-01
date 2016-10-26
name Loki
desc Semantic plugin for DokuWiki
url http://loki.ia.agh.edu.pl/
......@@ -9,7 +9,7 @@
if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
require_once(DOKU_INC.'inc/init.php');
require_once(DOKU_INC.'inc/geshi.php');
require_once(DOKU_INC.'vendor/easybook/geshi/geshi.php');
if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
require_once(DOKU_PLUGIN.'syntax.php');
include_once DOKU_INC.'lib/plugins/loki/utl/loki_utl.php';
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment