Changeset 124 for trunk/app/views/forums

Show
Ignore:
Timestamp:
09/18/07 19:22:48 (15 months ago)
Author:
aarkerio
Message:

Karamelo Sql

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/forums/display.thtml

    r116 r124  
    1111          
    1212         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")),  
    1414                      '/topics/add/'.$blog[0]["User"]["username"].'/'.$data[0]["Forum"]["title"].'/'.$data[0]["Forum"]["id"].'/'.$data[0]["Forum"]["user_id"], null, null, false); 
    1515         echo '</div>';