Files
moodle/course/format/pda/config.php
T
urs_hunkler dcf10978ca 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.
* first the content of the left column
* beyond the courses
* at last the content of the right column

It hasn't got a name to select in the language pack yet, so please selct it by [[formatpda]].
2005-01-30 23:09:35 +00:00

13 lines
424 B
PHP
Executable File

<?php
//
// Optional course format configuration file
//
// This file contains any specific configuration settings for the
// format.
//
// The default blocks layout for this course format:
$format['defaultblocks'] = 'participants,search_forums,calendar_month,'.
'calendar_upcoming,social_activities,'.
'recent_activity,admin,course_list';
//
?>