mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 19:50:14 +01:00
Slight improvement for implementing styles ... since nested styles
don't seem to work as advertised
This commit is contained in:
parent
c28a94c0ac
commit
699ea457f9
@ -108,11 +108,10 @@
|
||||
} else {
|
||||
$subtext = get_string("subscribe", "forum");
|
||||
}
|
||||
$headertext = "<table border=0 width=100% cellpadding=0 cellspacing=0><tr>
|
||||
<td class=\"headingblock\">$newsforum->name</td>
|
||||
$headertext = "<table border=0 align=right cellpadding=0 cellspacing=0><tr>
|
||||
<td align=right><font size=1>
|
||||
<a href=\"mod/forum/subscribe.php?id=$newsforum->id\">$subtext</a>
|
||||
</td></tr></table>";
|
||||
</td></tr></table>$newsforum->name";
|
||||
} else {
|
||||
$headertext = $newsforum->name;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user