includeTemplate($GLOBALS['top_include']); include('search.inc.php'); ?>
getLastTagDescription($currenttag)) {
$description = $cdservice->getLastTagDescription($currenttag);
echo nl2br(filter($description['cdDescription']));
} elseif(isset($hash) && $cdservice->getLastBookmarkDescription($hash)) {
$description = $cdservice->getLastBookmarkDescription($hash);
echo nl2br(filter($description['cdTitle'])). "
";
echo nl2br(filter($description['cdDescription'])). "
";
}
//common tag description edit
if($userservice->isLoggedOn()) {
if(isset($currenttag) && $currenttag!= '') {
echo ' (';
echo T_('edit common description').')';
} elseif(isset($hash)) {
echo ' (';
echo T_('edit common description').')';
}
}
?>
getDescription($currenttag, $userObject['uId']); echo nl2br(filter($description['tDescription'])); ?>
0) { ?>- / / '; 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'); } } ?>
'. $bfirst .' / '. $bprev .' / '. $bnext .' / '. $blast .' / '. sprintf(T_('Page %d of %d'), $page, $totalpages) ." ". $brss ."
\n"; } else { echo ''.T_('No bookmarks available').'
'; } $this->includeTemplate('sidebar.tpl'); $this->includeTemplate($GLOBALS['bottom_include']); ?>