summaryrefslogtreecommitdiff
path: root/modules/comment/views/admin_block_recent_comments.html.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-06-29 06:44:05 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-06-29 06:44:05 -0700
commit10b4eda6f0cbb44fde9fb3158bd174c82467f2ee (patch)
tree811d72521d8ad7bfb361030c4d320aa03b17ddea /modules/comment/views/admin_block_recent_comments.html.php
parent42c82ef7f081630c15a5d354205896764348a76a (diff)
parentb0bb107b7ebb5edbf3bec69ae2e716552eb1adf5 (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Conflicts: modules/gallery/libraries/Theme_View.php themes/admin_default/views/admin.html.php
Diffstat (limited to 'modules/comment/views/admin_block_recent_comments.html.php')
-rw-r--r--modules/comment/views/admin_block_recent_comments.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/views/admin_block_recent_comments.html.php b/modules/comment/views/admin_block_recent_comments.html.php
index edaa19ae..af4d946e 100644
--- a/modules/comment/views/admin_block_recent_comments.html.php
+++ b/modules/comment/views/admin_block_recent_comments.html.php
@@ -2,7 +2,7 @@
<ul>
<? foreach ($comments as $i => $comment): ?>
<li class="<?= ($i % 2 == 0) ? "gEvenRow" : "gOddRow" ?>">
- <img src="<?= $comment->author()->avatar_url(32, $theme->url("images/avatar.jpg", true)) ?>"
+ <img src="<?= $comment->author()->avatar_url(32, $theme->theme_url("images/avatar.jpg", true)) ?>"
class="gAvatar"
alt="<?= p::clean($comment->author_name()) ?>"
width="32"