Skip to content

Instantly share code, notes, and snippets.

@imarklee
Created May 1, 2014 02:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imarklee/85ef7d810afab59304f1 to your computer and use it in GitHub Desktop.
Save imarklee/85ef7d810afab59304f1 to your computer and use it in GitHub Desktop.
Remove avatar from EasyDiscuss search bar
<div class="discuss-tablecell discuss-searchbar--left discuss-searchbar--avatar">
<?php if( $system->config->get( 'layout_avatar' ) ){ ?>
<div class="discuss-avatar avatar-medium avatar-circle pull-left">
<a href="<?php echo $system->profile->getLink();?>"><img src="<?php echo $system->profile->getAvatar();?>" alt="<?php echo $this->escape( $system->profile->getName() );?>" /></a>
</div>
<?php } ?>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment