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
+1 -1
View File
@@ -10,7 +10,7 @@
<li id="gComment-<?= $comment->id ?>">
<p class="gAuthor">
<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"