aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profile.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-02-16 01:57:59 -0800
committerfriendica <info@friendica.com>2012-02-16 01:57:59 -0800
commitc8704040d378c4ec90eadd42fde52f64596d3e02 (patch)
treea8c9cb99ce4190dd320923e831a2c77f6b099eee /mod/profile.php
parent1b445d511b729d114439935c1315f1f1ead7e1b2 (diff)
downloadvolse-hubzilla-c8704040d378c4ec90eadd42fde52f64596d3e02.tar.gz
volse-hubzilla-c8704040d378c4ec90eadd42fde52f64596d3e02.tar.bz2
volse-hubzilla-c8704040d378c4ec90eadd42fde52f64596d3e02.zip
improvements in newmember page
Diffstat (limited to 'mod/profile.php')
-rwxr-xr-xmod/profile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profile.php b/mod/profile.php
index 5d89db93e..eba9874a8 100755
--- a/mod/profile.php
+++ b/mod/profile.php
@@ -128,7 +128,7 @@ function profile_content(&$a, $update = 0) {
}
if(x($_SESSION,'new_member') && $_SESSION['new_member'] && $is_owner)
- $o .= '<a href="newmember">' . t('Tips for New Members') . '</a>' . EOL;
+ $o .= '<a href="newmember" id="newmember-tips" style="font-size: 1.2em;"><b>' . t('Tips for New Members') . '</b></a>' . EOL;
$commpage = (($a->profile['page-flags'] == PAGE_COMMUNITY) ? true : false);
$commvisitor = (($commpage && $remote_contact == true) ? true : false);