From: Jo-Philipp Wich Date: Thu, 27 Oct 2022 08:26:06 +0000 (+0200) Subject: luci-theme-material: fix location of template files X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=bd4bf6ac9bafa8f1b80de37709eb64fb40c08c29;p=openwrt-luci.git luci-theme-material: fix location of template files Fixes: #6060 Fixes: e496014760 ("luci-theme-material: convert Lua templates to ucode") Signed-off-by: Jo-Philipp Wich --- diff --git a/themes/luci-theme-material/ucode/templates/material/footer.ut b/themes/luci-theme-material/ucode/template/themes/material/footer.ut similarity index 100% rename from themes/luci-theme-material/ucode/templates/material/footer.ut rename to themes/luci-theme-material/ucode/template/themes/material/footer.ut diff --git a/themes/luci-theme-material/ucode/templates/material/header.ut b/themes/luci-theme-material/ucode/template/themes/material/header.ut similarity index 100% rename from themes/luci-theme-material/ucode/templates/material/header.ut rename to themes/luci-theme-material/ucode/template/themes/material/header.ut