mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-29 11:10:37 -04:00
Rename $theme->url() to $theme->theme_url() for consistency wiht
$theme->theme_script().
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user