Added a missing style for the internal table of the headingblock,

since inheritance doesn't seem to work

   headingblockcontent
This commit is contained in:
moodler
2004-02-15 13:54:47 +00:00
parent 60abb6a3a8
commit a711021a75
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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>".
+2 -2
View File
@@ -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>