How to Edit the "Choices" Theme

Icons or Words at the Top of the Page

How to Add a Style Sheet

How to Edit the "Choices" Menu

Edit the "_menu.js" file. If there is some style, that you don't like, you can just delete it from the "_menu.js" file. You don't need to delete the styles folder within this theme's folder.
var x = new Array(
"Default",
"Blue",
"Green",
"Orange",
"Pink",
"Purple",
"Yellow",
"Gray",
"Brown",
"Blue_and_Yellow"
);

Notes


Author: Charles Kelly
Date: February 23, 2008
Developed using Moodle 1.9
Also tested with Moodle 1.8 (It may work with others, too.)