moodle/course/format
moodler e0161bff4f Merging in all the resource branch stuff (I know, it's mixed up)
so I can sort out the CVS explosion I had tonight
2004-07-25 14:00:29 +00:00
..
social Pass the whole $course variable to block_print_blocks_admin() 2004-06-30 13:11:15 +00:00
topics Merging in all the resource branch stuff (I know, it's mixed up) 2004-07-25 14:00:29 +00:00
weeks Merging in all the resource branch stuff (I know, it's mixed up) 2004-07-25 14:00:29 +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';