Changeset 124 for trunk/app/views/forums
- Timestamp:
- 09/18/07 19:22:48 (15 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/forums/display.thtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/forums/display.thtml
r116 r124 11 11 12 12 echo '<div style="width:100px;margin-top:15px">'; 13 echo $html->link($html->image('static/new_post.gif', array("alt"=>"Add new topic", "title"=>"Add new topic")),13 echo $html->link($html->image('static/new_post.gif', array("alt"=>"Add new topic", "title"=>"Add new topic")), 14 14 '/topics/add/'.$blog[0]["User"]["username"].'/'.$data[0]["Forum"]["title"].'/'.$data[0]["Forum"]["id"].'/'.$data[0]["Forum"]["user_id"], null, null, false); 15 15 echo '</div>';
