| 14 | | echo '<div style="vertical-align:middle;padding:6px;margin:10px 10px 10px 20px;border:1px solid orange"'; |
| 15 | | echo $html->link($html->image('static/forum.gif', array("alt"=>"Forum: ". $v["description"], "title"=>"Forum: ". $v["description"])), |
| 16 | | '/forums/display/'.$v["title"].'/'.$blog["User"]["username"].'/'.$v["user_id"].'/'.$v["user_id"], null, null, false) . ' '; |
| 17 | | echo $html->link($v["title"], '/forums/display/'.$v["title"].'/'.$blog["User"]["username"].'/'.$v["user_id"].'/'.$v["id"], array("style"=>"font-weight:bold")) . ' ' . $v["description"] . '<br />'; |
| | 14 | echo '<div style="vertical-align:middle;padding:6px;margin:10px 10px 10px 20px;border:1px solid orange;">'; |
| | 15 | echo $html->link( |
| | 16 | $html->image( |
| | 17 | 'static/forum.gif', |
| | 18 | array('alt'=>"Forum: ".$v['description'], 'title'=>"Forum: ".$v['description'])), |
| | 19 | '/forums/display/'.$v["title"].'/'.$v["user_id"], |
| | 20 | null, null, false) . ' '; |
| | 21 | |
| | 22 | echo $html->link($v['title'], '/forums/display/'.$v['id'], array('style'=>'font-weight:bold')) |
| | 23 | .' '.$v['description'].'<br />'; |