mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
9 lines
243 B
Text
9 lines
243 B
Text
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';
|
|
|