summaryrefslogtreecommitdiff
path: root/actions/public.php
diff options
context:
space:
mode:
authorRobin Millette <millette@controlyourself.ca>2009-04-03 19:16:35 +0000
committerRobin Millette <millette@controlyourself.ca>2009-04-03 19:16:35 +0000
commit4d4e6ead9c98afeb43e5913b734eea9b5c783955 (patch)
tree55d35686ab02aaf539aeec5995b9a5a0fcacc00a /actions/public.php
parent26194cd1d6dbd7ceb021b8e215e7a7ad7b29116f (diff)
added filler text to public tagcloud for when it's empty, encouraging user to post and/or register.
Diffstat (limited to 'actions/public.php')
-rw-r--r--actions/public.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/actions/public.php b/actions/public.php
index 96c766a57..fca90488f 100644
--- a/actions/public.php
+++ b/actions/public.php
@@ -184,25 +184,9 @@ class PublicAction extends Action
if (common_logged_in()) {
$message .= _('Be the first to post!');
-/*
- sprintf(_('You are logged in... %%%%site.name%%%% groups let you find and talk with ' .
- 'people of similar interests. After you join a group ' .
- 'you can send messages to all other members using the ' .
- 'syntax "!groupname". Don\'t see a group you like? Try ' .
- '[searching for one](%%%%action.groupsearch%%%%) or ' .
- '[start your own!](%%%%action.newgroup%%%%)'));
-*/
}
else {
$message .= _('Why not [register an account](%%action.register%%) and be the first to post!');
-/*
- sprintf(_('You are not logged in... %%%%site.name%%%% groups let you find and talk with ' .
- 'people of similar interests. After you join a group ' .
- 'you can send messages to all other members using the ' .
- 'syntax "!groupname". Don\'t see a group you like? Try ' .
- '[searching for one](%%%%action.groupsearch%%%%) or ' .
- '[start your own!](%%%%action.newgroup%%%%)'));
-*/
}
$this->elementStart('div', 'blankfiller');