From b1d606c33067d78ad4e6d1b615cd4803fa8b7ce6 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch>
Date: Fri, 9 Dec 2022 14:15:19 +0100
Subject: [PATCH] fix vendor dirs

---
 docs/30_Page_layout.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/30_Page_layout.md b/docs/30_Page_layout.md
index 520c88e..b1e58fa 100644
--- a/docs/30_Page_layout.md
+++ b/docs/30_Page_layout.md
@@ -71,7 +71,8 @@ $oHtml=new htmlelements();
 $renderAdminLTE=new renderadminlte();
 
 $aReplace=[];
-$aReplace['{{DIR_ADMINLTE}}']='/vendor/admin-lte/AdminLTE-3.2.0/';
+$aReplace['{{DIR_ADMINLTE}}']='/vendor/admin-lte/3.2.0';
+$aReplace['{{DIR_ADMINLTEPLUGINS}}']='/vendor/admin-lte-plugins';
 
 // ---------- PAGE STYLE
 $aReplace['{{PAGE_SKIN}}']='';
-- 
GitLab