Skip to content

Commit

Permalink
info block author img for organization added
Browse files Browse the repository at this point in the history
  • Loading branch information
shamsbd71 committed May 11, 2020
1 parent b07f618 commit f9f3952
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@
<?php $author = ($displayData['item']->created_by_alias ?: $displayData['item']->author); ?>
<?php $author = '<span itemprop="name">' . $author . '</span>'; ?>
<?php echo $author; ?>
<img itemprop="logo" src="" alt="" />
<img itemprop="logo" src="http://static.joomlart.com/images/ja-template/t4-framework/logo/t4-dark-logo-full.png"
alt="<?php echo $displayData['item']->author; ?>" />
</span>

0 comments on commit f9f3952

Please sign in to comment.