aboutsummaryrefslogtreecommitdiffstats
path: root/mod/home.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-12-09 14:56:27 -0800
committerredmatrix <redmatrix@redmatrix.me>2015-12-09 14:56:27 -0800
commit93123e1fa8be154aa59b51b6022756b294ed452f (patch)
tree889d964ef1de4af854ec764198c15a562df51a1e /mod/home.php
parent4b6dcbb05776c9630490e94a4b008872105fe65e (diff)
parent47f7165b07e17721d6074e1464a42af1ef99afe3 (diff)
downloadvolse-hubzilla-93123e1fa8be154aa59b51b6022756b294ed452f.tar.gz
volse-hubzilla-93123e1fa8be154aa59b51b6022756b294ed452f.tar.bz2
volse-hubzilla-93123e1fa8be154aa59b51b6022756b294ed452f.zip
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'mod/home.php')
-rw-r--r--mod/home.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/home.php b/mod/home.php
index bf2463bbc..bfac17eab 100644
--- a/mod/home.php
+++ b/mod/home.php
@@ -72,7 +72,7 @@ function home_content(&$a, $update = 0, $load = false) {
$sitename = get_config('system','sitename');
if($sitename)
- $o .= '<h1>' . sprintf( t("Welcome to %s") ,$sitename) . '</h1>';
+ $o .= '<h1 class="home-welcome">' . sprintf( t("Welcome to %s") ,$sitename) . '</h1>';
$loginbox = get_config('system','login_on_homepage');
if(intval($loginbox) || $loginbox === false)