mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
MDL-19124 Continued misc user profile cleanups
- fixed user styles in base theme - added new divs for better control on user profile and user index pages - reduced data on course user profiles down to minimum - removed user/tabs.php completely and all uses of it - changed default user icon pix to something very bland (bye bye smiley cake)
This commit is contained in:
parent
db1a1c0d9e
commit
99cca8470e
19 changed files with 106 additions and 540 deletions
|
@ -8,6 +8,7 @@ $THEME->sheets = array(
|
|||
'blocks',
|
||||
'calendar',
|
||||
'course',
|
||||
'user',
|
||||
'dock',
|
||||
'grade',
|
||||
'message',
|
||||
|
@ -16,4 +17,4 @@ $THEME->sheets = array(
|
|||
'css3' /** Sets up CSS 3 + browser specific styles **/
|
||||
);
|
||||
$THEME->enable_dock = true;
|
||||
$THEME->javascripts_footer = array('navigation');
|
||||
$THEME->javascripts_footer = array('navigation');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue