mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 03:19:13 -04:00
Eliminate unused avatar code (for now)
This commit is contained in:
@@ -3,12 +3,8 @@
|
||||
<ul id="gComments">
|
||||
<? foreach ($comments as $comment): ?>
|
||||
<li id="gComment-<?= $comment->id; ?>">
|
||||
<? $avatar = $theme->url("images/avatar.jpg") ?>
|
||||
<? //if ($user->avatar($comment->author)): ?>
|
||||
<? //$avatar = $theme->url("images/avatar.jpg") ?>
|
||||
<? //endif ?>
|
||||
<p class="gAuthor">
|
||||
<a href="#"><img src="<?= $avatar ?>" class="gAvatar" alt="<?= $comment->author ?>" /></a>
|
||||
<a href="#"><img src="<?= $theme->url("images/avatar.jpg") ?>" class="gAvatar" alt="<?= $comment->author ?>" /></a>
|
||||
<?= t("on ") . date("Y-M-d H:i:s", $comment->created) ?>
|
||||
<a href="#"><?= $comment->author ?></a> <?= t("said") ?>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user