|
Revision 313, 483 bytes
(checked in by aarkerio, 9 months ago)
|
|
rename views
|
| Line | |
|---|
| 1 | <div style="padding:4px;text-align:center;margin:25px auto"> |
|---|
| 2 | <?php |
|---|
| 3 | $username = $blog["User"]["username"]; |
|---|
| 4 | //foreach ($Element[0]["Catforum"] as $key => $val) { |
|---|
| 5 | echo $html->link( |
|---|
| 6 | $html->image('static/student_forums.jpg', array("alt"=> $blog["User"]["name_blog"]."'s Forums", "title"=> $blog["User"]["name_blog"]."'s Forums")), |
|---|
| 7 | '/catforums/display/'.$username.'/'.$blog["Catforum"][0]['user_id'], array("class"=>"chiki"), null, null, false) . '<br />'; |
|---|
| 8 | //} |
|---|
| 9 | ?> |
|---|
| 10 | </div> |
|---|