Skip to content
Snippets Groups Projects
Commit 6442cfea authored by Kathrin Osswald's avatar Kathrin Osswald
Browse files

Fixed template paths in mustache templates.

parent 9ad7a181
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ Changes ...@@ -6,6 +6,7 @@ Changes
### Unreleased ### Unreleased
* 2019-04-16 - Fixed template paths in mustache templates.
* 2019-04-16 - Adjusted navbar.mustache template due to upstream changes in theme Boost. * 2019-04-16 - Adjusted navbar.mustache template due to upstream changes in theme Boost.
* 2019-04-15 - Adjusted loginform.mustache and helpicon.mustache templates due to upstream changes in theme Boost. * 2019-04-15 - Adjusted loginform.mustache and helpicon.mustache templates due to upstream changes in theme Boost.
* 2019-04-15 - Increased limit for background images up to 25. * 2019-04-15 - Increased limit for background images up to 25.
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
along with Moodle. If not, see <http://www.gnu.org/licenses/>. along with Moodle. If not, see <http://www.gnu.org/licenses/>.
}} }}
{{! {{!
@template boost/header @template theme_boost_campus/header
This template renders the header. This template renders the header.
......
{{! {{!
@template core/help_icon @template theme_boost_campus/help_icon
Help icon. Help icon.
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
along with Moodle. If not, see <http://www.gnu.org/licenses/>. along with Moodle. If not, see <http://www.gnu.org/licenses/>.
}} }}
{{! {{!
@template theme_boost/login @template theme_boost_campus/login
Login page template Login page template
......
...@@ -15,6 +15,8 @@ ...@@ -15,6 +15,8 @@
along with Moodle. If not, see <http://www.gnu.org/licenses/>. along with Moodle. If not, see <http://www.gnu.org/licenses/>.
}} }}
{{! {{!
@template theme_boost_campus/navbar
Page navbar. Page navbar.
}} }}
{{! {{!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment