From 0881c04cea53b68fba070ebb4490055064bc537d Mon Sep 17 00:00:00 2001 From: Devlon Duthie Date: Thu, 29 Sep 2011 01:20:39 -0500 Subject: classes added to core + testbubble theme some fixes to testbubble theme related to tab styling --- mod/network.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'mod/network.php') diff --git a/mod/network.php b/mod/network.php index 9488cd973..371a35402 100644 --- a/mod/network.php +++ b/mod/network.php @@ -78,23 +78,25 @@ function network_init(&$a) { // network links moved to content to match other pages // all - $a->page['content'] .= '' . t('All') . ''; // new - $a->page['content'] .= '' . t('New') . ''; // starred - $a->page['content'] .= '' . t('Starred') . ''; // bookmarks - $a->page['content'] .= '' . t('Bookmarks') . ''; -- cgit v1.2.3