moodle/course/format
2005-05-12 07:02:56 +00:00
..
social Removing one block from social courses defaults, too overcrowded. 2005-04-21 13:25:43 +00:00
topics The summary in the week or topic description was just written out as text without a class. I added a DIV class="summary" around it. 2005-05-12 07:02:56 +00:00
weeks The summary in the week or topic description was just written out as text without a class. I added a DIV class="summary" around it. 2005-05-12 07:02:56 +00:00
README.txt Modification of the course format plugin structures so that it 2003-12-21 04:52:25 +00:00

Course formats
--------------

To add a new course format, just duplicate one of the 
existing folders in here with a new name (eg coollayout).
Then edit lang/en/moodle and add a new string like:

$string['formatcoollayout'] = 'Cool Layout';