Anomaly Theme Pack

by Patrick Malley

Version: 20090119

 

Changing Your Color Preference

To assist you in making color changes, I have separated all color attributes into separate CSS documents named styles_[color].css where [color] is actually the name of the different color variants.

The default color for this theme is green. To select a different color variant:

  1. Remane styles_select.css to styles_green.css.
  2. Rename the styles_[color].css variant that you would like to use to styles_select.css.
  3. That's it. Where you expecting something trickier?

Editing your Site Tagline

This theme uses PHP code in header.html that automatically pulls the site description that you have entered in Admin > Front page > Front page settings and places it directly below your site name at the top of the front page.

Here's the code in header.html that is responsible for this (highlighted in red; found on line 58):

<h1 class="headermain"><?php echo $heading ?><br /><span><?php echo $COURSE->summary //Retrieves Site Description from Front Page -> Front Page Settings ?></span></h1>

If you don't want to show a tagline, simply delete the code highlighted in red above from header.html and save.

If you want to show a tagline, BUT would prefer your tagline to be something other than your site description, you can manually enter your Tagline into header.html in the same sort of way.

For example, if I wanted to display my tagline - Standards Based Moodle Designs - I would edit the above code as follows:

<h1 class="headermain"><?php echo $heading ?><br /><span>Standards Based Moodle Designs</span></h1>

Licensing

This theme is licensed under Moodle's GNU General Public License. Feel free to use it, share it and edit it as you see fit. All that I ask is that you give me credit for the work, and do not ever take credit for making it yourself.

Please enjoy the theme.