Added a missing style for the internal table of the headingblock,
since inheritance doesn't seem to work headingblockcontent
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
} else {
|
||||
$subtext = get_string("subscribe", "forum");
|
||||
}
|
||||
$headertext = "<table border=0 width=100% cellpadding=0 cellspacing=0><tr><td>".
|
||||
$headertext = "<table border=0 width=100% cellpadding=0 cellspacing=0 class=headingblockcontent><tr><td>".
|
||||
get_string("socialheadline").
|
||||
"</td><td align=right><font size=1>".
|
||||
"<a href=\"../mod/forum/subscribe.php?id=$social->id\">$subtext</a></td>".
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
|
||||
print_header(strip_tags($site->fullname), "$site->fullname", "home", "",
|
||||
"<meta name=\"description\" content=\"".s(strip_tags($site->summary))."\">",
|
||||
true, "", "<div align=right>$loginstring$langmenu</div>");
|
||||
true, "", "$loginstring$langmenu");
|
||||
|
||||
$firstcolumn = false; // for now
|
||||
$lastcolumn = false; // for now
|
||||
@@ -127,7 +127,7 @@
|
||||
} else {
|
||||
$subtext = get_string("subscribe", "forum");
|
||||
}
|
||||
$headertext = "<table border=0 width=100% cellpadding=0 cellspacing=0><tr>
|
||||
$headertext = "<table border=0 width=100% cellpadding=0 cellspacing=0 class=headingblockcontent><tr>
|
||||
<td>$newsforum->name</td>
|
||||
<td align=right><font size=1>
|
||||
<a href=\"mod/forum/subscribe.php?id=$newsforum->id\">$subtext</a>
|
||||
|
||||
Reference in New Issue
Block a user