Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/theme/brick/lang/en/theme_brick.php
Go to the documentation of this file.
00001 <?php
00002 
00003 // This file is part of Moodle - http://moodle.org/
00004 //
00005 // Moodle is free software: you can redistribute it and/or modify
00006 // it under the terms of the GNU General Public License as published by
00007 // the Free Software Foundation, either version 3 of the License, or
00008 // (at your option) any later version.
00009 //
00010 // Moodle is distributed in the hope that it will be useful,
00011 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00012 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00013 // GNU General Public License for more details.
00014 //
00015 // You should have received a copy of the GNU General Public License
00016 // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
00017 
00026 $string['pluginname'] = 'Brick';
00027 $string['region-side-post'] = 'Right';
00028 $string['region-side-pre'] = 'Left';
00029 $string['choosereadme'] = '<div class="clearfix">
00030 
00031 <div class="theme_screenshot">
00032 
00033         <h2 style="padding-top:0.5em;">Brick</h2>
00034         <img src="brick/pix/screenshot.png" />
00035 
00036         <h3>Theme Discussion Forum:</h3>
00037         <p><a href="http://moodle.org/mod/forum/view.php?id=46">http://moodle.org/mod/forum/view.php?id=46</a></p>
00038 
00039         <h3>Theme Documentation:</h3>
00040         <p><a href="http://docs.moodle.org/en/Themes">http://docs.moodle.org/en/Themes</a></p>
00041 
00042         <h3>Theme Credits</h3>
00043         <p><a href="http://docs.moodle.org/en/Theme_credits">http://docs.moodle.org/en/Theme_credits</a></p>
00044 
00045         <h3>Report a bug:</h3>
00046         <p><a href="http://tracker.moodle.org">http://tracker.moodle.org</a></p>
00047 
00048 </div>
00049 <div class="theme_description">
00050 
00051         <h2>About</h2>
00052         <p>Brick is a two-column, fluid-width theme for Moodle 2.0. You can change the theme color scheme via the theme settings page.</p>
00053 
00054         <h2>Tweaks</h2>
00055         <p>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.</p>
00056 
00057         <h2>Credits</h2>
00058         <p>This theme was coded and is maintained by John Stabinger of NewSchool Learning. He can be contacted by email at contact@newschoollearning.com. </p>
00059 
00060         <h2>License</h2>
00061         <p>This, and all other themes included in the Moodle core, are licensed under the <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>.</p>
00062 
00063 </div>
00064 </div>';
00065 
00066 $string['configtitle'] = 'Brick settings';
00067 
00068 $string['logo'] = 'logo';
00069 $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.';
00070 
00071 $string['linkcolor'] = 'link';
00072 $string['linkcolordesc'] = 'Set the color of links in the theme, use html hex code.';
00073 
00074 $string['linkhover'] = 'linkhover';
00075 $string['linkhoverdesc'] = 'Set the color of links (on hover) in the theme, use html hex code.';
00076 
00077 $string['maincolor'] = 'maincolor';
00078 $string['maincolordesc'] = 'Set the color hex code of the header, dock bar and other areas. Looks best as a dark or saturated color.';
00079 
00080 $string['maincolorlink'] = 'maincolorlink';
00081 $string['maincolorlinkdesc'] = 'Link color for menu bar and block titles.';
00082 
00083 $string['headingcolor'] = 'headingcolor';
00084 $string['headingcolordesc'] = 'This is the heading color for large headings (site news, my courses) and other headings.';
 All Data Structures Namespaces Files Functions Variables Enumerations