mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-12221 custom themes revisited - implemented container concept; merged from MOODLE_19_STABLE
This commit is contained in:
parent
220f149cfc
commit
9f7f1a74a0
48 changed files with 653 additions and 732 deletions
|
@ -220,7 +220,7 @@
|
|||
|
||||
case 'eachuser':
|
||||
if (!empty($forum->intro)) {
|
||||
print_custom_corners_box(format_text($forum->intro), 'generalbox', 'intro');
|
||||
print_box(format_text($forum->intro), 'generalbox', 'intro');
|
||||
}
|
||||
echo '<p align="center">';
|
||||
if (forum_user_can_post_discussion($forum)) {
|
||||
|
@ -246,7 +246,7 @@
|
|||
|
||||
default:
|
||||
if (!empty($forum->intro)) {
|
||||
print_custom_corners_box(format_text($forum->intro), 'generalbox', 'intro');
|
||||
print_box(format_text($forum->intro), 'generalbox', 'intro');
|
||||
}
|
||||
echo '<br />';
|
||||
if (!empty($showall)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue