moodle/course/format
2005-02-14 15:59:34 +00:00
..
pda this is a course format for pdas. I changed the three column layout to a three row layout - the content is shown in one long row. 2005-01-30 23:09:35 +00:00
social Improvements in how incoming parameters are handled, how $editing is handled. 2005-02-12 13:09:18 +00:00
topics Tiny cleanups to bring into line with "weeks" format 2005-02-14 15:59:34 +00:00
weeks Invisible sections are no longer shown in jump menu, see bug 2085 2005-02-13 22:23:45 +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';