From 3e3c070b31df956daf7dbe47a510733b22d2ceef Mon Sep 17 00:00:00 2001
From: Christian Weiske
Date: Mon, 23 May 2011 18:10:51 +0200
Subject: move image and css files to theme folder
---
data/templates/default/bookmarks.tpl.php | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
(limited to 'data/templates/default/bookmarks.tpl.php')
diff --git a/data/templates/default/bookmarks.tpl.php b/data/templates/default/bookmarks.tpl.php
index 55d6a0f..93bcf53 100644
--- a/data/templates/default/bookmarks.tpl.php
+++ b/data/templates/default/bookmarks.tpl.php
@@ -39,7 +39,7 @@ include('search.menu.php');
isAdmin($userid) && $pageName != PAGE_WATCHLIST) : ?>
@@ -70,7 +70,7 @@ if ($userservice->isLoggedOn()) {
) {
echo ' ';
echo !is_array($cDescription) || strlen($cDescription['cdDescription'])==0?T_('Edit the common description of this tag'):'';
- echo '
';
+ echo '
';
} else if (isset($hash)) {
echo ' (';
echo T_('Edit the common description of this bookmark').')';
@@ -95,7 +95,7 @@ if($userservice->isLoggedOn()) {
if($currenttag!= '') {
echo ' ';
echo strlen($pDescription['tDescription'])==0?T_('Edit your personal description of this tag'):'';
- echo '
';
+ echo '
';
}
}
?>
@@ -221,7 +221,7 @@ if ($currenttag!= '') {
for ($i = 0; $i < $size; $i++) {
$brss = ''
- . '
'
+ . '
'
. '';
}
@@ -363,7 +363,7 @@ if ($currenttag!= '') {
// Admin specific design
if ($userservice->isAdmin($row['username']) && $GLOBALS['enableAdminColors']) {
$adminBgClass = ' class="adminBackground"';
- $adminStar = '
';
+ $adminStar = '
';
} else {
$adminBgClass = '';
$adminStar = '';
--
cgit v1.2.3