From 2c29d0c8429c9d264e4b1b390234a62b9c30be86 Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Mon, 16 Dec 2024 23:18:03 +0700 Subject: [PATCH] added "/themes/default/" --- author/project/system/views/themes/default/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/author/project/system/views/themes/default/index.html b/author/project/system/views/themes/default/index.html index 5868ff6..ca0c77b 100755 --- a/author/project/system/views/themes/default/index.html +++ b/author/project/system/views/themes/default/index.html @@ -1,9 +1,9 @@ {% extends "core.html" %} -{% use "core.html" with css as core_css, body as core, js as core_js %} -{% use "header.html" with css as header_css, body as header, js as header_js %} -{% use "aside.html" with css as aside_css, body as aside, js as aside_js %} -{% use "footer.html" with css as footer_css, body as footer, js as footer_js %} +{% use "/themes/default/core.html" with css as core_css, body as core, js as core_js %} +{% use "/themes/default/header.html" with css as header_css, body as header, js as header_js %} +{% use "/themes/default/aside.html" with css as aside_css, body as aside, js as aside_js %} +{% use "/themes/default/footer.html" with css as footer_css, body as footer, js as footer_js %} {% block css %} {{ block('core_css') }}