Skip to content

Commit

Permalink
Merge pull request #55 from NHSLeadership/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
AndyMCole authored Nov 2, 2023
2 parents 523c245 + 724c64a commit f58cab3
Show file tree
Hide file tree
Showing 8 changed files with 951 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nhsla/moodle-nhse",
"type": "moodle-theme",
"version": "2023102601",
"version": "2023110201",
"require": {
"composer/installers": "~1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion config.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

$THEME->doctype = 'html5';
$THEME->name = 'nhse';
$THEME->version = '2023102601';
$THEME->version = '2023110201';
$THEME->parents = ['boost'];
$THEME->regions = [];
$THEME->sheets = [];
Expand Down
40 changes: 40 additions & 0 deletions templates/core/email_fromname.mustache
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{{!
This file is part of Moodle - http://moodle.org/
Moodle is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Moodle is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Moodle. If not, see <http://www.gnu.org/licenses/>.
}}
{{!
@template core/email_fromname
Template for all email subjects.
Context variables required for this template:
* sitefullname
* siteshortname
* sitewwwroot
* subject
* to
* toname
* touserid
* from
* fromname
* replyto
* replytoname
Example context (json):
{
"fromname": "Joe Bloggs"
}
}}
{{{fromname}}}
Loading

0 comments on commit f58cab3

Please sign in to comment.