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

@@ -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"