Changeset 280
- Timestamp:
- 03/20/08 14:37:38 (9 months ago)
- Files:
-
- mediastream/trunk/lib.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
mediastream/trunk/lib.php
r201 r280 77 77 $template['mediastreamheader'] = file_get_contents($CFG->dirroot . "mod/mediastream/header"); 78 78 $template['mediastreamfooter'] = file_get_contents($CFG->dirroot . "mod/mediastream/footer"); 79 $template['css'] .= file_get_contents($CFG->dirroot . "mod/mediastream/css");79 $template['css'] = file_get_contents($CFG->dirroot . "mod/mediastream/css"); 80 80 81 81 // Set up the database
