mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
Removed unnecessary requires as part of MDL-9402
This commit is contained in:
parent
0adcc16ccf
commit
d696377711
2 changed files with 0 additions and 3 deletions
|
@ -3,7 +3,6 @@
|
||||||
// The main difference is that news forum is replaced by LAMS learner
|
// The main difference is that news forum is replaced by LAMS learner
|
||||||
// interface.
|
// interface.
|
||||||
|
|
||||||
require_once($CFG->dirroot.'/mod/forum/lib.php');
|
|
||||||
require_once($CFG->dirroot.'/mod/lams/constants.php');
|
require_once($CFG->dirroot.'/mod/lams/constants.php');
|
||||||
require_once($CFG->dirroot.'/lib/weblib.php');
|
require_once($CFG->dirroot.'/lib/weblib.php');
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,6 @@
|
||||||
// format.php - course format featuring social forum
|
// format.php - course format featuring social forum
|
||||||
// included from view.php
|
// included from view.php
|
||||||
|
|
||||||
require_once($CFG->dirroot.'/mod/forum/lib.php');
|
|
||||||
|
|
||||||
// Bounds for block widths
|
// Bounds for block widths
|
||||||
// more flexible for theme designers taken from theme config.php
|
// more flexible for theme designers taken from theme config.php
|
||||||
$lmin = (empty($THEME->block_l_min_width)) ? 100 : $THEME->block_l_min_width;
|
$lmin = (empty($THEME->block_l_min_width)) ? 100 : $THEME->block_l_min_width;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue