moodle/course/format
moodler 3febabd888 Use AJAX for weekly formats too. HOWEVER, there are some remaining
bugs with it so for now it only works in DEBUG_DEVELOPER mode
2006-09-23 14:38:01 +00:00
..
lams adding capabilities 2006-09-05 08:50:23 +00:00
scorm Merged changes from stable 2006-06-11 06:48:56 +00:00
social Merged changes from stable 2006-06-11 06:48:56 +00:00
topics Further centralising of course AJAX and cleanup of code formatting, names etc 2006-09-23 14:03:48 +00:00
weeks Use AJAX for weekly formats too. HOWEVER, there are some remaining 2006-09-23 14:38:01 +00:00
weekscss adding capabilities 2006-09-05 08:50:23 +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';