getCurrentUserId(); if ($logged_on_userid === false) { $logged_on_userid = NULL; } $explodedTags = array(); if ($currenttag) { $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):?>
'; echo ' ('.T_('Add new link').') '; echo ' ('.T_('Delete link').')'; echo ' | '; } 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 '|
'; echo '('. filter($fatherTag) .')'; echo ' |