More design work and bugfixes
This commit is contained in:
parent
3a10acd9d6
commit
b6704ccee4
17 changed files with 244 additions and 143 deletions
|
@ -37,6 +37,7 @@ class plugins_mybbnews{
|
|||
$row["date"]=date("d.m.Y",$row["dateline"]);
|
||||
$row["text"]=$parser->parse(nl2br($row["message"]));
|
||||
$row["title"]=$parser->parse(nl2br($row["subject"]));
|
||||
$row["fuid"]=$row["uid"];
|
||||
$row["comments"]=$row["count"];
|
||||
$news[]=$row;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue