getCurrentUserId(); if ($logged_on_userid === false) { $logged_on_userid = NULL; } $explodedTags = array(); if (strlen($currenttag)>0) { $explodedTags = explode('+', $currenttag); } else { if($summarizeLinkedTags == true) { $orphewTags = $tag2tagservice->getOrphewTags('>', $userid, 4, "nb"); } else { $orphewTags = $tag2tagservice->getOrphewTags('>', $userid); } foreach($orphewTags as $orphewTag) { $explodedTags[] = $orphewTag['tag']; } } ?> 0 || $editingMode):?>

getUser($userid); //echo '('.T_('all tags').')'; //} ?>

'; } if(strlen($user)==0) { $cat_url = createURL('tags', '%2$s'); } $stopList = array(); foreach($explodedTags as $explodedTag) { if(!in_array($explodedTag, $stopList)) { // fathers tag $fatherTags = $tag2tagservice->getLinkedTags($explodedTag, '>', $userid, true); if(count($fatherTags)>0) { foreach($fatherTags as $fatherTag) { echo ''; } } $displayLinkedTags = displayLinkedTags($explodedTag, '>', $userid, $cat_url, $user, $editingMode, null, 1); echo $displayLinkedTags['output']; if(is_array($displayLinkedTags['stopList'])) { $stopList = array_merge($stopList, $displayLinkedTags['stopList']); } } } ?>
'; echo ' () '; echo ' ()'; echo '
'; echo ''; echo '