'; $o .= '

' . t('Rating Tools') . '

'; if ((($remote) || (local_channel())) && (!$self)) { if ($remote) { $o .= ' ' . t('Rate Me') . ''; } else { $o .= '
' . t('Rate Me') . '
'; } } $o .= ' ' . t('View Ratings') . ''; $o .= ''; return $o; } }