. /** * Strings for component 'theme_brick', language 'en', branch 'MOODLE_20_STABLE' * * @package moodlecore * @copyright 2010 Patrick Malley * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['pluginname'] = 'Brick'; $string['region-side-post'] = 'Right'; $string['region-side-pre'] = 'Left'; $string['choosereadme'] = '

Brick

Theme Discussion Forum:

http://moodle.org/mod/forum/view.php?id=46

Theme Documentation:

http://docs.moodle.org/en/Themes

Theme Credits

http://docs.moodle.org/en/Theme_credits

Report a bug:

http://tracker.moodle.org

About

Brick is a two-column, fluid-width theme for Moodle 2.0. You can change the theme color scheme via the theme settings page.

Tweaks

This theme is built upon both Base and Canvas, two parent themes included in the Moodle core. If you wish to modify aspects of this theme beyond the settings offered, we advise creating a new theme that uses this theme, Base, and Canvas all as parents. This will ensure updates to any of those themes in the core will find their way into your new theme.

Credits

This theme was coded and is maintained by John Stabinger of NewSchool Learning. He can be contacted by email at contact@newschoollearning.com.

License

This, and all other themes included in the Moodle core, are licensed under the GNU General Public License.

'; $string['configtitle'] = 'Brick settings'; $string['logo'] = 'logo'; $string['logodesc'] = 'Change the logo of this theme by entering the URL to a new one (i.e., http://www.somesite/animage.png). As a reference, the default logo is 265px wide by 60px high. A transparent PNG will work best.'; $string['linkcolor'] = 'link'; $string['linkcolordesc'] = 'Set the color of links in the theme, use html hex code.'; $string['linkhover'] = 'linkhover'; $string['linkhoverdesc'] = 'Set the color of links (on hover) in the theme, use html hex code.'; $string['maincolor'] = 'maincolor'; $string['maincolordesc'] = 'Set the color hex code of the header, dock bar and other areas. Looks best as a dark or saturated color.'; $string['maincolorlink'] = 'maincolorlink'; $string['maincolorlinkdesc'] = 'Link color for menu bar and block titles.'; $string['headingcolor'] = 'headingcolor'; $string['headingcolordesc'] = 'This is the heading color for large headings (site news, my courses) and other headings.';