Rename $theme->url() to $theme->theme_url() for consistency wiht

$theme->theme_script().
This commit is contained in:
Bharat Mediratta
2009-06-28 19:49:48 -07:00
parent c4f991bb7d
commit 6e8a8c53e6
9 changed files with 12 additions and 12 deletions

View File

@@ -106,7 +106,7 @@
<tr id="gComment-<?= $comment->id ?>" class="<?= ($i % 2 == 0) ? "gEvenRow" : "gOddRow" ?>">
<td>
<a href="#">
<img src="<?= $comment->author()->avatar_url(40, $theme->url("images/avatar.jpg", true)) ?>"
<img src="<?= $comment->author()->avatar_url(40, $theme->theme_url("images/avatar.jpg", true)) ?>"
class="gAvatar"
alt="<?= p::clean($comment->author_name()) ?>"
width="40"