mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
'deleted old block width definition'
This commit is contained in:
parent
796903809e
commit
689456eb15
5 changed files with 21 additions and 28 deletions
|
@ -6,12 +6,6 @@
|
|||
$module = $course->format;
|
||||
require_once($CFG->dirroot.'/mod/'.$module.'/locallib.php');
|
||||
|
||||
// Bounds for block widths
|
||||
// define('BLOCK_L_MIN_WIDTH', 100);
|
||||
// define('BLOCK_L_MAX_WIDTH', 210);
|
||||
// define('BLOCK_R_MIN_WIDTH', 100);
|
||||
// define('BLOCK_R_MAX_WIDTH', 210);
|
||||
|
||||
// Bounds for block widths
|
||||
// more flexible for theme designers taken from theme config.php
|
||||
$lmin = (empty($THEME->block_l_min_width)) ? 100 : $THEME->block_l_min_width;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue