Skip to content

Commit

Permalink
twivatar
Browse files Browse the repository at this point in the history
  • Loading branch information
voitto committed Jul 31, 2009
1 parent cb7cd8a commit 26a8ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/omb/views/posts/_entry.html
Expand Up @@ -10,7 +10,7 @@
<div class='entry-author'><?php echo $txt['entry_entry_by']; ?><a href="<?php url_for(array('resource'=>$author->nickname)); ?>"><?php print $author->nickname."</a> ".time_of($Member->created); ?></div>

<div class="entry-msg">
<img class="entry-avatar" src="<?php echo $author->avatar; ?>" alt="image" />
<img class="entry-avatar" src="<?php echo profile_get_avatar($author); ?>" alt="image" />
<?php print render_notice( $Member->title, $Member, $profile ); ?>
</div>
<div class="entry-clear"></div>
Expand Down

0 comments on commit 26a8ac7

Please sign in to comment.