diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-05-02 16:27:01 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-05-02 16:27:01 +0200 |
commit | 6875f54647cbbdb66e6d570cbf357a8b83644fad (patch) | |
tree | ae81849bd1bcd92acd2040cb65e3b193ec5aabb8 /view/theme/diabook/communityhome.tpl | |
parent | 67471bb534a1d40df58e6bbaa4d1a2eb7869933d (diff) | |
download | volse-hubzilla-6875f54647cbbdb66e6d570cbf357a8b83644fad.tar.gz volse-hubzilla-6875f54647cbbdb66e6d570cbf357a8b83644fad.tar.bz2 volse-hubzilla-6875f54647cbbdb66e6d570cbf357a8b83644fad.zip |
diabook-themes: more improvements in theme.php, add titles to bbcode under coment-box
Diffstat (limited to 'view/theme/diabook/communityhome.tpl')
-rwxr-xr-x | view/theme/diabook/communityhome.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/diabook/communityhome.tpl b/view/theme/diabook/communityhome.tpl index f2f8b4d5e..9ccba4597 100755 --- a/view/theme/diabook/communityhome.tpl +++ b/view/theme/diabook/communityhome.tpl @@ -16,7 +16,7 @@ </div> <div id="close_helpers"> -{{ if $lastusers_title }} +{{ if $helpers }} <h3>$helpers.title.1<a id="close_helpers_icon" onClick="close_helpers()" class="icon close_box" title="close"></a></h3> <a href="http://kakste.com/profile/newhere" title="@NewHere" style="margin-left: 10px; " target="blank">NewHere</a><br> <a href="https://helpers.pyxis.uberspace.de/profile/helpers" style="margin-left: 10px; " title="Friendica Support" target="blank">Friendica Support</a><br> @@ -26,7 +26,7 @@ </div> <div id="close_services"> -{{ if $lastusers_title }} +{{ if $con_services }} <h3>$con_services.title.1<a id="close_services_icon" onClick="close_services()" class="icon close_box" title="close"></a></h3> <div id="right_service_icons" style="margin-left: 16px; margin-top: 5px;"> <a href="$url/facebook"><img alt="Facebook" src="view/theme/diabook/icons/facebook.png" title="Facebook"></a> |