Procedural File: 2column.php
Source Location: /main/course_home/2column.php
Page Details:
HOME PAGE FOR EACH COURSE
This page, included in every course's index.php is the home page. To make administration simple, the teacher edits his course from the home page. Only the login detects that the visitor is allowed to activate, deactivate home page links, access to the teachers tools (statistics, edit forums...).
Tags:
show_tools [line 53]
void show_tools(
string $course_tool_category)
|
|
Displays the tools of a certain category.
Parameters
| string |
$course_tool_category |
contains the category of tools to display: "Public", "PublicButHide", "courseAdmin", "claroAdmin" |
|