Ajout d'une lightbox pour les portfolio

This commit is contained in:
leosw
2025-08-17 22:08:51 +02:00
parent 4e1f6a9083
commit acfb15d5e3
4 changed files with 17 additions and 2 deletions

View File

@@ -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");
}
}