From 3e2a8606de3053a7c046503eb1d93ff88c195b98 Mon Sep 17 00:00:00 2001 From: Patrick Malley Date: Fri, 25 Jun 2010 05:11:50 +0000 Subject: [PATCH] MDL-22835 --- theme/nonzero/lang/en/theme_nonzero.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme/nonzero/lang/en/theme_nonzero.php b/theme/nonzero/lang/en/theme_nonzero.php index 08104017e15..55147463c36 100644 --- a/theme/nonzero/lang/en/theme_nonzero.php +++ b/theme/nonzero/lang/en/theme_nonzero.php @@ -23,7 +23,8 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ +$screenshot = $CFG->dirroot .'/theme/nonzero/pix/screenshot.jpg'; $string['pluginname'] = 'Nonzero'; $string['region-side-post'] = 'Right'; $string['region-side-pre'] = 'Left'; -$string['choosereadme'] = 'Nonzero, a Moodle 2.0 theme developed by Patrick Malley. Credit for the original design of this theme belongs to NodeThirtyThree.com.'; +$string['choosereadme'] = '

About

Nonzero is a nontraditional, three-column, fluid-width theme for Moodle. It\'s nontraditional in the sense that it uses a fresh three-column layout that displays the content to the left of both block columns.

Tweaks

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 screw things up. More information on modifying themes can be found in the MoodleDocs.

'; \ No newline at end of file