|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00002 $string['pluginname'] = 'Magazine'; 00003 $string['region-side-post'] = 'Right'; 00004 $string['region-side-pre'] = 'Left'; 00005 $string['choosereadme'] = '<div class="clearfix"><div class="theme_screenshot"><h2>Magazine</h2><img src="magazine/pix/screenshot.png" /><h3>Theme Discussion Forum:</h3><p><a href="http://moodle.org/mod/forum/view.php?id=46">http://moodle.org/mod/forum/view.php?id=46</a></p><h3>Theme Credits</h3><p><a href="http://docs.moodle.org/en/Theme_credits">http://docs.moodle.org/en/Theme_credits</a></p><h3>Theme Documentation:</h3><p><a href="http://docs.moodle.org/en/Themes">http://docs.moodle.org/en/Themes</a></p><h3>Report a bug:</h3><p><a href="http://tracker.moodle.org">http://tracker.moodle.org</a></p></div><div class="theme_description"><h2>About</h2><p>Magazine is a three column fluid-width theme for Moodle 2.0. <h2>Tweaks</h2><p>This theme is built upon both Base and Canvas, two parent themes included in the Moodle core. If you want to modify this theme, we recommend that you first duplicate it, then rename it before making your changes. This will prevent your customized theme from being overwritten by future Moodle upgrades, and you\'ll still have the original files if you make a mess. More information on modifying themes can be found in the <a href="http://docs.moodle.org/en/Theme">MoodleDocs</a>.</p><h2>Credits</h2><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><h2>License</h2><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>. Some icons used in this theme are from the Splashy Icon set and are freely available at http://splashyfish.com/icons/. </div></div>'; 00006 $string['configtitle'] = 'Magazine theme'; 00007 00008 $string['logo'] = 'logo'; 00009 $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 300px wide by 80px high. A transparent .png will work best.'; 00010 00011 $string['background'] = 'background'; 00012 $string['backgrounddesc'] = 'Change the background image by entering the URL to a new image. (i.e., http://www.somesite/mybackground.jpg).'; 00013 00014 $string['linkcolor'] = 'link'; 00015 $string['linkcolordesc'] = 'Set the color of links in the theme, use html hex code.'; 00016 00017 $string['linkhover'] = 'linkhover'; 00018 $string['linkhoverdesc'] = 'Set the color of links (on hover) in the theme, use html hex code.'; 00019 00020 $string['maincolor'] = 'maincolor'; 00021 $string['maincolordesc'] = 'Set the color hex code of the header, dock bar and other areas. Looks best as a dark or saturated color.'; 00022 00023 $string['maincoloraccent'] = 'maincoloraccent'; 00024 $string['maincoloraccentdesc'] = 'Dark accent color for the dock bar and header borders. Should be slightly darker than the main color.'; 00025 00026 $string['headingcolor'] = 'headingcolor'; 00027 $string['headingcolordesc'] = 'This is the heading color for large headings (site news, my courses) and other headings.'; 00028 00029 $string['blockcolor'] = 'blockcolor'; 00030 $string['blockcolordesc'] = 'This is for the block header font color.'; 00031 00032 00033 $string['forumback'] = 'forumback'; 00034 $string['forumbackdesc'] = 'Set the background color of forum post subject.';