/**
* Generate the content to displayed on the right part of a section
- *
* before course modules are included
+ *
* @param stdClass $section The course_section entry from DB
* @param stdClass $course The course entry from DB
* @param bool $onsectionpage true if being printed on a section page
/**
* Generate the content to displayed on the left part of a section
- *
* before course modules are included
+ *
* @param stdClass $section The course_section entry from DB
* @param stdClass $course The course entry from DB
* @param bool $onsectionpage true if being printed on a section page
$sectionstyle = '';
$linktitle = false;
- if ($section->section != 0 ) {
+ if ($section->section != 0) {
// Only in the non-general sections.
if (!$section->visible) {
$sectionstyle = ' hidden';
.course-content .section-summary { border: 1px solid #DDD; margin-top: 5px; }
.course-content .section-summary .section-title { margin: 2px 5px 2px 5px; }
.course-content .section-summary .summarytext { margin: 2px 5px 2px 5px; }
-.course-content .section-navigation { display: block; padding: 10px }
+.course-content .section-navigation { display: block; padding: 10px; }
.course-content .section-navigation .right { float: right; }
#page-site-index .subscribelink {text-align:right;}