diff --git a/mod/pubsites.php b/mod/pubsites.php index 51744eb1b..ae8601366 100644 --- a/mod/pubsites.php +++ b/mod/pubsites.php @@ -15,29 +15,22 @@ function pubsites_content(&$a) { $o .= '
' . t('Hub URL') . ' | ' . t('Access Type') . ' / ' . ' ' . t('Registration Policy') . ' | ' . t('Project') . ' | ' . t('Ratings') . ' | ' . t('Rate this hub') . ' | ' : ''); + $o .= '
' . t('Site URL') . ' | ' . t('Access Type') . ' | ' . t('Registration Policy') . ' | ' . t('Location') . ' | ' . t('Project') . ' | ' . t('View hub ratings') . ' | ' . $rate_meta . '' . t('Rate') . ' | ' : ''); - $location = ''; - if(!empty($jj['location'])) { - $location = '
' . $urltext . '' . $location . ' | ' . $jj['access'] . ' / ' . $jj['register'] . ' | ' . $jj['project'] . ' | ' . t('View') . ' | ' . $rate_links . '||
' . '' . $jj['url'] . '' . ' | ' . $jj['access'] . ' | ' . $jj['register'] . ' | ' . $jj['location'] . ' | ' . $jj['project'] . ' | ' . t('View ratings') . ' | ' . $rate_links . '