mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
themes MDL-19077: Update deprecated stuff in all theme config.php files.
This commit is contained in:
parent
4f876e658c
commit
793a204e7b
16 changed files with 45 additions and 405 deletions
|
@ -123,15 +123,6 @@ $THEME->custompix = false;
|
|||
/// "pix/mod" directory containing all the icons
|
||||
/// for all the activity modules.
|
||||
|
||||
$THEME->block_l_min_width = 200;
|
||||
$THEME->block_l_max_width = 200;
|
||||
$THEME->block_r_min_width = 200;
|
||||
$THEME->block_r_max_width = 200;
|
||||
|
||||
/// These values define the min and max width of the left and right
|
||||
/// sideblocks in the course pages. If not set or false the standard
|
||||
/// values are taken.
|
||||
|
||||
|
||||
///$THEME->rarrow = '►' //OR '→';
|
||||
///$THEME->larrow = '◄' //OR '←';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue