]> git.mjollnir.org Git - moodle.git/commitdiff
Just small changes
authormoodler <moodler>
Tue, 24 Jul 2007 08:16:43 +0000 (08:16 +0000)
committermoodler <moodler>
Tue, 24 Jul 2007 08:16:43 +0000 (08:16 +0000)
theme/custom_corners/config.php

index 1db60f020eb3ddc8c82365d7c14905e57bfd67b0..8855ea625cf6e66ce246c5ca0501bbabb3212b34 100644 (file)
@@ -1,5 +1,4 @@
-<?PHP // $Id$
-
+<?php   // $Id$
 ////////////////////////////////////////////////////////////////////////////////
 /// This file contains a few configuration variables that control 
 /// how Moodle uses this theme.
@@ -153,7 +152,7 @@ $THEME->makenavmenulist = false;
 
 $THEME->customcorners = true;
 
-/// By setting this to true, Moodel will generate extra divs in
+/// By setting this to true, Moodle will generate extra divs in
 /// all pages to enable graphical rich custom corners and borders.
 /// Please have a look at the README with more details.
 
@@ -198,5 +197,4 @@ $THEME->custompix = false;
 /// "pix/mod" directory containing all the icons 
 /// for all the activity modules.
 ////////////////////////////////////////////////////////////////////////////////
-
 ?>