getCurrentUserId(); $currentUser = $userservice->getCurrentUser(); $currentUsername = $currentUser[$userservice->getFieldName('username')]; $this->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'])). "
";
}
if($logged_on_userid>0) {
if(isset($currenttag)) {
echo ' (';
echo T_('edit common description').')';
} elseif(isset($hash)) {
echo ' (';
echo T_('edit common description').')';
}
}
?>
/ / '; echo T_('Bookmarks from other users for these tags').''; //echo T_(' for these tags'); } else if($logged_on_userid>0){ echo ' - '; echo ''; echo T_('Only your bookmarks for these tags').''; //echo T_(' for these tags'); } } ?>
'. $bfirst .' / '. $bprev .' / '. $bnext .' / '. $blast .' / '. sprintf(T_('Page %d of %d'), $page, $totalpages) .'
'; } else { ?>.
includeTemplate('sidebar.tpl'); $this->includeTemplate($GLOBALS['bottom_include']); ?>