From c09f1a437b65e340cbf5899e3ebf773bd342b3bc Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 6 Sep 2013 03:13:23 -0700 Subject: Add a border until we can theme this sucker --- mod/pubsites.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/pubsites.php') diff --git a/mod/pubsites.php b/mod/pubsites.php index 694541b7a..72a93c810 100644 --- a/mod/pubsites.php +++ b/mod/pubsites.php @@ -25,7 +25,7 @@ function pubsites_content(&$a) { if($ret['success']) { $j = json_decode($ret['body'],true); if($j) { - $o .= ''; + $o .= '
' . t('Site URL') . '' . t('Access Type') . '' . t('Registration Policy') . '
'; foreach($j['sites'] as $jj) { $o .= ''; } -- cgit v1.2.3
' . t('Site URL') . '' . t('Access Type') . '' . t('Registration Policy') . '
' . $jj['url'] . '' . $jj['access'] . '' . $jj['register'] . '