diff --git a/theme/formal_white/lang/en/theme_formal_white.php b/theme/formal_white/lang/en/theme_formal_white.php index e460f68381c..371d9eaa6c5 100644 --- a/theme/formal_white/lang/en/theme_formal_white.php +++ b/theme/formal_white/lang/en/theme_formal_white.php @@ -29,6 +29,7 @@ $string['blockcontentbgc'] = 'Blocks content background colour'; $string['blockcontentbgcdesc'] = 'This sets the blocks content background colour for the theme.'; $string['blockpadding'] = 'Margin around blocks'; $string['blockpaddingdesc'] = 'This sets the margin between each block and the containing column.'; +$string['blueberry'] = 'blueberry'; $string['choosereadme'] = '
a:link, a:visited, a:hover, a:active, a:focus {color:blue;}
Please adjust colors and CSS rules to fit your needs.';
$string['customlogourl'] = 'Custom logo';
-$string['customlogourldesc'] = 'Change the logo for this theme by entering the full or relative URL to an image you wish to use (i.e. http://www.yoursite.tld/mylogo.png or ../path/to/your/logo.png). As a reference, the default logo is 200px wide, 50px high and a transparent png will work best.';
+$string['customlogourldesc'] = 'Change the logo for this theme by entering the full or relative URL to an image you wish to use (i.e. http://www.yoursite.tld/mylogo.png or ../path/to/your/logo.png). As a reference the default logo is 200px wide, 50px high and a transparent png will work best.';
$string['displayheading'] = 'Display page heading';
$string['displaylogo'] = 'Display logo';
$string['fontsizereference'] = 'Font size reference';
@@ -79,17 +80,25 @@ $string['footnotedesc'] = 'The content from this textarea will be displayed in t
$string['framemargin'] = 'Frame margin';
$string['framemargindesc'] = 'Room between the frame and the edge of the browser window. (This setting will be ignored if "{$a}" is requested).';
$string['frontpagelogourl'] = 'Custom front page logo';
-$string['frontpagelogourldesc'] = 'Change the logo that is displayed on the front page of your site by entering the full or relative URL to the image you wish to use. This setting overrides the custom logo setting. As a reference the default logo is 300px wide, 80px high and a transparent png will work best.';
+$string['frontpagelogourldesc'] = 'Change the logo that is displayed on the front page of your site by entering the full or relative URL to the image you wish to use (i.e. http://www.yoursite.tld/myfrontpagelogo.png or ../path/to/your/logo.png). This setting overrides the custom logo setting. As a reference the default logo is 300px wide, 80px high and a transparent png will work best.';
$string['headerbgc'] = 'Header background colour';
$string['headerbgcdesc'] = 'This sets the blocks header background colour for the theme.';
$string['headercontent'] = 'Header content';
$string['headercontentdesc'] = 'Choose whether display moodle logo or page heading text in the header.';
$string['lblockcolumnbgc'] = 'Left column background colour';
$string['lblockcolumnbgcdesc'] = 'This sets the left column background colour for the theme.';
+$string['lemon'] = 'lemon';
+$string['lime'] = 'lime';
+$string['mink'] = 'mink';
$string['noframe'] = 'Formal white 1.9 look';
$string['noframedesc'] = 'Select this option to require your moodle page to look like moodle 1.*, alias, without the surrounding frame.';
+$string['orange'] = 'orange';
+$string['peach'] = 'peach';
$string['pluginname'] = 'Formal white';
$string['rblockcolumnbgc'] = 'Right column background colour';
$string['rblockcolumnbgcdesc'] = 'This sets the right column background colour for the theme. If you leave this empty the left column background colour will be used.';
$string['region-side-post'] = 'Right';
$string['region-side-pre'] = 'Left';
+$string['silver'] = 'silver';
+$string['trendcolor'] = 'Trend color';
+$string['trendcolordesc'] = 'Choose the general trend for the color of the theme.';
diff --git a/theme/formal_white/layout/frontpage.php b/theme/formal_white/layout/frontpage.php
index edbb42c373d..d015b490c7d 100644
--- a/theme/formal_white/layout/frontpage.php
+++ b/theme/formal_white/layout/frontpage.php
@@ -223,7 +223,7 @@ if ($hasfooter) {