diff --git a/controllers/d.wiki.php b/controllers/d.wiki.php index 63b27f6..2537e82 100755 --- a/controllers/d.wiki.php +++ b/controllers/d.wiki.php @@ -69,6 +69,8 @@ else if(isset($controller->splitted_url[1]) && $wikiPage->checkPermalink($contro $wikiPage->md2html(); $head['title'] = $wikiPage->name; + $head['css'] .= ";../third/simplelightbox/simple-lightbox.min.css"; + $head['third'] = "simplelightbox/simple-lightbox.min.js"; include ($config['views_folder']."d.wiki.view.html"); } } diff --git a/views/blocks/d.nav.html b/views/blocks/d.nav.html index 730a45d..a067aeb 100755 --- a/views/blocks/d.nav.html +++ b/views/blocks/d.nav.html @@ -5,8 +5,13 @@