isHidden()){
$x = " - getID()."$tokens\">[undelete post]";
} else {
$x = " - getID()."$tokens\">[delete post] ";
}
$x.= " - getID()."$tokens\">[move post]";
if ($admin == 1) {
$x .= " - getID()."&userid=".$post->getOwnerID()."$tokens>[banish author]";
}
return $x;
}
/**
* Show the links for possible moderation actions related to an entire thread
**/
function show_thread_moderation_links($thread){
echo "getID()."\">Hide thread
";
if($thread->sticky) {
echo "getID()."\">De-sticky thread
";
} else {
echo "getID()."\">Make thread sticky
";
}
}
?>