From 63b0a4b8cb38a8a7c41410900b9dfcc84e6a33a9 Mon Sep 17 00:00:00 2001
From: Christian Weiske 
 
 
- 
 
-getLastTagDescription($currenttag)) {
-	$cDescription = $cdservice->getLastTagDescription($currenttag);
-	echo nl2br(filter($cDescription['cdDescription']));
-} elseif(isset($hash) && $cdservice->getLastBookmarkDescription($hash)) {
-	$cDescription = $cdservice->getLastBookmarkDescription($hash);
-	echo nl2br(filter($cDescription['cdTitle'])). "
";
-	echo nl2br(filter($cDescription['cdDescription'])). "
";
-}
-
-//common tag description edit
-if ($userservice->isLoggedOn()) {
-	if ($currenttag != ''
-        && ($GLOBALS['enableCommonTagDescriptionEditedByAll']
-            || $currentUser->isAdmin()
-        )
-    ) {
-		echo ' ';
-		echo !is_array($cDescription) || strlen($cDescription['cdDescription'])==0?T_('Edit the common description of this tag'):'';
-		echo ' 
';
-	} else if (isset($hash)) {
-		echo ' (';
-		echo T_('Edit the common description of this bookmark').')';
-	}
-}
-?>
getDescription($currenttag, $userObject['uId']);
-echo nl2br(filter($pDescription['tDescription']));
-
-//personal tag description edit
-if($userservice->isLoggedOn()) {
-	if($currenttag!= '') {
-		echo ' ';
-		echo strlen($pDescription['tDescription'])==0?T_('Edit your personal description of this tag'):'';
-		echo ' 
';
-	}
-}
-?>
- - - - / - - / - - - / - - -'; - echo T_('Bookmarks from other users for this tag').''; - //echo T_(' for these tags'); - } else if ($userservice->isLoggedOn()){ - echo ' - '; - echo ''; - echo T_('Only your bookmarks for this tag').''; - //echo T_(' for these tags'); - } -} -?>
- -'. T_('First') .''; - $bprev = ''. T_('Previous') .''; - } else { - $prev = $page - 1; - $prev = 'page='. $prev; - $start = ($page - 1) * $perpage; - $bfirst= ''. T_('First') .''; - $bprev = ''. T_('Previous') .''; - } - - // Next - $next = $page + 1; - $totalpages = ceil($total / $perpage); - if (count($bookmarks) < $perpage || $perpage * $page == $total) { - $bnext = ''. T_('Next') .''; - $blast = ''. T_('Last') ."\n"; - } else { - $bnext = ''. T_('Next') .''; - $blast = ''. T_('Last') ."\n"; - } - - // RSS - $brss = ''; - $size = count($rsschannels); - for ($i = 0; $i < $size; $i++) { - $brss = '' - . ''. $bfirst .' / '. $bprev .' / '. $bnext .' / '. $blast .' / '. sprintf(T_('Page %d of %d'), $page, $totalpages) ." ". $brss ."
\n"; - - if (getPerPageCount($currentUser) > 10) { - echo $pagesBanner; // display a page banner if too many bookmarks to manage - } - - -?> - - - -
';
-		} else {
-			$adminBgClass = '';
-			$adminStar    = '';
-		}
-
-		// Private Note (just visible by the owner and his/her contacts)
-        if ($watchedNames !== null
-            && ($currentUser->getId() == $row['uId']
-                || in_array($row['username'], $watchedNames)
-            )
-        ) {
-			$privateNoteField = $row['bPrivateNote'];
-		} else {
-			$privateNoteField = '';
-		}
-
-        if ($GLOBALS['enableVoting'] && $GLOBALS['hideBelowVoting'] !== null
-            && $row['bVoting'] < $GLOBALS['hideBelowVoting']
-        ) {
-            $access .= ' below-threshold';
-        }
-
-		// Output
-		echo ' '.T_('No bookmarks available').'
'; -} -$this->includeTemplate('sidebar.tpl'); -$this->includeTemplate($GLOBALS['bottom_include']); -?> diff --git a/data/templates/bottom.inc.php b/data/templates/bottom.inc.php deleted file mode 100644 index 0c966a2..0000000 --- a/data/templates/bottom.inc.php +++ /dev/null @@ -1,34 +0,0 @@ - -