From d7e6c71ede78bd0d38f14578f44a24fc00d56845 Mon Sep 17 00:00:00 2001
From: Andy Staudacher
-
- "
+
"
class="gAvatar"
alt="= p::clean($comment->author_name()) ?>"
width="40"
diff --git a/modules/comment/views/comments.html.php b/modules/comment/views/comments.html.php
index 854f9554..d9405e5f 100644
--- a/modules/comment/views/comments.html.php
+++ b/modules/comment/views/comments.html.php
@@ -10,7 +10,7 @@
"
+
"
class="gAvatar"
alt="= p::clean($comment->author_name()) ?>"
width="40"
diff --git a/modules/gallery/libraries/Gallery_View.php b/modules/gallery/libraries/Gallery_View.php
index f2298b7d..e21e83d8 100644
--- a/modules/gallery/libraries/Gallery_View.php
+++ b/modules/gallery/libraries/Gallery_View.php
@@ -43,7 +43,7 @@ class Gallery_View_Core extends View {
* Provide a url to a resource within the current theme. This allows us to refer to theme
* resources without naming the theme itself which makes themes easier to copy.
*/
- public function url($path, $absolute_url=false) {
+ public function theme_url($path, $absolute_url=false) {
$arg = "themes/{$this->theme_name}/$path";
return $absolute_url ? url::abs_file($arg) : url::file($arg);
}
diff --git a/modules/user/views/admin_users.html.php b/modules/user/views/admin_users.html.php
index 542b8b8b..b469f82d 100644
--- a/modules/user/views/admin_users.html.php
+++ b/modules/user/views/admin_users.html.php
@@ -66,7 +66,7 @@
foreach ($users as $i => $user): ?>
user = $user->admin ? "admin" : "" ?>">
- "
+
"
title="= t("Drag user onto group below to add as a new member") ?>"
alt="= p::clean($user->name) ?>"
width="20"
diff --git a/themes/admin_default/views/admin.html.php b/themes/admin_default/views/admin.html.php
index 2a91a76c..62f9761f 100644
--- a/themes/admin_default/views/admin.html.php
+++ b/themes/admin_default/views/admin.html.php
@@ -14,10 +14,10 @@
media="screen,projection" />
"
media="screen,projection" />
- "
+ "
media="screen,projection" />
diff --git a/themes/default/views/header.html.php b/themes/default/views/header.html.php
index e1e52bda..b38cffed 100644
--- a/themes/default/views/header.html.php
+++ b/themes/default/views/header.html.php
@@ -4,7 +4,7 @@
= $header_text ?>
else: ?>
">
-
" src="= $theme->url("images/logo.png") ?>" />
+
" src="= $theme->theme_url("images/logo.png") ?>" />
endif ?>
diff --git a/themes/default/views/page.html.php b/themes/default/views/page.html.php
index 8b9466ac..3ae3e155 100644
--- a/themes/default/views/page.html.php
+++ b/themes/default/views/page.html.php
@@ -23,17 +23,17 @@
endif ?>
endif ?>
- " type="image/x-icon" />
+ " type="image/x-icon" />
"
media="screen,print,projection" />
"
media="screen" />
"
media="screen,print,projection" />
- "
+ "
media="screen,print,projection" />
if ($theme->page_type == 'album'): ?>
--
cgit v1.2.3