diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-06-28 19:49:48 -0700 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-28 19:49:48 -0700 |
| commit | 6e8a8c53e685a6c3f35f1426ab4dd6dcc18578e0 (patch) | |
| tree | 0b3640e48c9e28963b36b74f332580f7fab77843 /modules/comment/views/admin_block_recent_comments.html.php | |
| parent | c4f991bb7d7e90f8c55897f89888d9196c7e438f (diff) | |
Rename $theme->url() to $theme->theme_url() for consistency wiht
$theme->theme_script().
Diffstat (limited to 'modules/comment/views/admin_block_recent_comments.html.php')
| -rw-r--r-- | modules/comment/views/admin_block_recent_comments.html.php | 2 |
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" |
