From 6097e14b0f543691b813084ef4f6eea2e3cc3ef8 Mon Sep 17 00:00:00 2001 From: Gareth Barnard <1058419+gjb2048@users.noreply.github.com> Date: Mon, 11 Nov 2019 12:55:17 +0000 Subject: [PATCH] MDL-67205 themes: Incorrect information in theme/upgrade.txt. --- theme/upgrade.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/theme/upgrade.txt b/theme/upgrade.txt index 39f8f21d72f..84fc644fb0d 100644 --- a/theme/upgrade.txt +++ b/theme/upgrade.txt @@ -13,13 +13,13 @@ information provided here is intended especially for theme designer. The sub-directory used must be either an valid component, or placed inside a 'local' directory to ensure that it does not conflict with other components. The following are all valid template names and locations in your theme: - theme_themename/columns2: theme/[themename]/columns2.mustache - theme_themename/local/layouts/columns2: theme/[themename]/local/layouts/columns2.mustache + theme_themename/columns2: theme/[themename]/templates/columns2.mustache + theme_themename/local/layouts/columns2: theme/[themename]/templates/local/layouts/columns2.mustache The following are core templates, locations, and override locations in your theme: - core/modal: lib/templates/modal.mustache => theme/[themename]/core/modal.mustache - mod_forum/forum_post: mod/forum/templates/forum_post.mustache => theme/[themename]/mod_forum/forum_post.mustache - mod_forum/local/post/user: mod/forum/templates/local/post/user.mustache => theme/[themename]/mod_forum/local/post/user.mustache + core/modal: lib/templates/modal.mustache => theme/[themename]/templates/core/modal.mustache + mod_forum/forum_post: mod/forum/templates/forum_post.mustache => theme/[themename]/templates/mod_forum/forum_post.mustache + mod_forum/local/post/user: mod/forum/templates/local/post/user.mustache => theme/[themename]/templates/mod_forum/local/post/user.mustache The following are _invalid_ template names and locations: theme_themename/layouts/columns2: theme/[themename]/layouts/columns2.mustache