celebrity/group/community pages about 75% implemented

This commit is contained in:
Mike Macgirvin
2010-10-17 20:04:17 -07:00
parent f5a8a92df1
commit 0f47ac282c
15 changed files with 133 additions and 62 deletions

View File

@@ -198,7 +198,7 @@ function settings_content(&$a) {
? true : false);
if($invisible)
notice( t('Profile is not published.') . EOL );
notice( t('Profile is <strong>not published</strong>.') . EOL );
$nickname_block = load_view_file("view/settings_nick_set.tpl");