From 510a80665b28a5d2aa44bac8b94755107da37d87 Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Mon, 16 Dec 2024 23:21:31 +0700 Subject: [PATCH] added "/themes/default/" --- author/project/system/views/themes/default/core.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/author/project/system/views/themes/default/core.html b/author/project/system/views/themes/default/core.html index fd92488..1bb43a7 100755 --- a/author/project/system/views/themes/default/core.html +++ b/author/project/system/views/themes/default/core.html @@ -3,7 +3,7 @@ - {% use 'head.html' with title as head_title, meta as head_meta, css as head_css %} + {% use '/themes/default/head.html' with title as head_title, meta as head_meta, css as head_css %} {% block title %} {{ block('head_title') }} @@ -22,7 +22,7 @@ {% block body %} {% endblock %} - {% include 'js.html' %} + {% include '/themes/default/js.html' %} {% block js %} {% endblock %}