Slight improvement for implementing styles ... since nested styles
don't seem to work as advertised
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user