Stud.IP
6.1
|
Variables | |
$likes = ForumLike::getLikes($topic_id) | |
if(!empty($likes)) if(array_search($GLOBALS['user']->id, $likes) !==false) | else |
$text = '<span class="tooltip-content">' | |
endif | $has_liked = in_array($GLOBALS['user']->id, $likes) |
else | __pad22__ |
endif | |
$likes = ForumLike::getLikes($topic_id) |
else __pad22__ |
endif |