diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-05-01 02:33:55 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-05-01 02:33:55 +0200 |
commit | f35ffa9b6065e351a99c546c6b81a312a93086a4 (patch) | |
tree | beb83d3205e855d97797a1aa46f7d52d732b9906 /view/theme/diabook/communityhome.tpl | |
parent | 88c77083e679ad06c58721df6d5766b1492f4c43 (diff) | |
download | volse-hubzilla-f35ffa9b6065e351a99c546c6b81a312a93086a4.tar.gz volse-hubzilla-f35ffa9b6065e351a99c546c6b81a312a93086a4.tar.bz2 volse-hubzilla-f35ffa9b6065e351a99c546c6b81a312a93086a4.zip |
diabook-themes: add "last tweets"-box to right_aside, that searches for #friendica on twitter
Diffstat (limited to 'view/theme/diabook/communityhome.tpl')
-rwxr-xr-x | view/theme/diabook/communityhome.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/theme/diabook/communityhome.tpl b/view/theme/diabook/communityhome.tpl index 66f93c32d..5fb6eb5e2 100755 --- a/view/theme/diabook/communityhome.tpl +++ b/view/theme/diabook/communityhome.tpl @@ -42,6 +42,9 @@ $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> |