From e0e53beccaa959e2ffc6121c97569bc26e694157 Mon Sep 17 00:00:00 2001 From: Tom Homer Date: Tue, 25 Apr 2017 11:52:42 -0400 Subject: [PATCH] Fixed broken link if user profile does not have a homepage --- public_html/layout/denim/users/profile.thtml | 2 +- public_html/layout/modern_curve/users/profile.thtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public_html/layout/denim/users/profile.thtml b/public_html/layout/denim/users/profile.thtml index 3e7b5cead..f4587180b 100644 --- a/public_html/layout/denim/users/profile.thtml +++ b/public_html/layout/denim/users/profile.thtml @@ -12,7 +12,7 @@ {email_option}
{lang_homepage}
-
{user_homepage}
+
{!if user_homepage}{user_homepage}{!endif}
{lang_location}
{user_location}
diff --git a/public_html/layout/modern_curve/users/profile.thtml b/public_html/layout/modern_curve/users/profile.thtml index a4ed1bd07..cb8dd99f6 100644 --- a/public_html/layout/modern_curve/users/profile.thtml +++ b/public_html/layout/modern_curve/users/profile.thtml @@ -12,7 +12,7 @@ {email_option}
{lang_homepage}
-
{user_homepage}
+
{!if user_homepage}{user_homepage}{!endif}
{lang_location}
{user_location}