diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-05-01 16:46:08 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-05-01 16:46:08 +0200 |
commit | ab556857f0be489ce681c41069690c13df77024c (patch) | |
tree | 8afb1ea9b2ffc789fe5f62c7d31c5e6ceac95c4d /view/theme/diabook/communityhome.tpl | |
parent | 0ca4fa78c84fb474bf5b86008c4c1ba7b1aa103f (diff) | |
download | volse-hubzilla-ab556857f0be489ce681c41069690c13df77024c.tar.gz volse-hubzilla-ab556857f0be489ce681c41069690c13df77024c.tar.bz2 volse-hubzilla-ab556857f0be489ce681c41069690c13df77024c.zip |
diabook-themes: small fix at "community pages"-box
Diffstat (limited to 'view/theme/diabook/communityhome.tpl')
-rwxr-xr-x | view/theme/diabook/communityhome.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/theme/diabook/communityhome.tpl b/view/theme/diabook/communityhome.tpl index 982e2bd26..f2f8b4d5e 100755 --- a/view/theme/diabook/communityhome.tpl +++ b/view/theme/diabook/communityhome.tpl @@ -53,9 +53,6 @@ $nv.search {{ endif }} </div> -<div id="twitter"> -</div> - <div id="close_lastusers"> {{ if $lastusers_title }} <h3>$lastusers_title<a id="close_lastusers_icon" onClick="close_lastusers()" class="icon close_box" title="close"></a></h3> @@ -96,4 +93,7 @@ $nv.search {{ endfor }} </ul> {{ endif }} +</div> + +<div id="twitter"> </div>
\ No newline at end of file |