diff --git a/mod/pubsites.php b/mod/pubsites.php
index f401e301d..f9219ea46 100644
--- a/mod/pubsites.php
+++ b/mod/pubsites.php
@@ -18,7 +18,7 @@ function pubsites_content(&$a) {
$o .= '
' . t('Public Hubs') . '
';
$o .= '' .
- t('The listed hubs allow public registration for the $Projectname network. All hubs in the network are interlinked so membership on any of them conveys membership in the network as a whole. Some sites may require subscription or provide tiered service plans. The hub may provide additional details.') . '
' . EOL;
+ t('The listed hubs allow public registration for the $Projectname network. All hubs in the network are interlinked so membership on any of them conveys membership in the network as a whole. Some hubs may require subscription or provide tiered service plans. The hub itself
may provide additional details.') . '
' . EOL;
$ret = z_fetch_url($url);
if($ret['success']) {
@@ -37,7 +37,12 @@ function pubsites_content(&$a) {
$location = '
';
}
$urltext = str_replace(array('https://'), '', $jj['url']);
+ if($jj['project'] == 'redmatrix' || $jj['project'] == '' ) {
+ $o .= '';
+ }
+ else {
$o .= ' ' . $urltext . '' . $location . ' | ' . $jj['access'] . ' / ' . $jj['register'] . ' | ' . $jj['project'] . ' | ' . t('View') . ' | ' . $rate_links . '
';
+ }
}
}