moodle/course/format
2006-01-05 08:24:53 +00:00
..
lams Correcting the way of setting lowbound <= $var <= highbound, 2005-12-03 13:12:09 +00:00
scorm Fixed a bad function call 2006-01-05 08:24:53 +00:00
social fix for preferred_width_xx initialization SC#169; merged from MOODLE_15_STABLE 2005-10-29 16:36:15 +00:00
topics Removing the <a name="2"></a> anchors from course sections (used with links, 2005-11-23 23:14:25 +00:00
weeks Removing the <a name="2"></a> anchors from course sections (used with links, 2005-11-23 23:14:25 +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';