diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-05-03 06:05:55 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-05-03 06:05:55 +0200 |
commit | 3521e22333d9050d3feb35b4f9b147d444505904 (patch) | |
tree | 7aa6b457bc45005ff99cdf82265aefb0763b478b /view/theme/diabook/communityhome.tpl | |
parent | e7580b71e1825dc6e049d7c1f945ab701bf8f6cd (diff) | |
download | volse-hubzilla-3521e22333d9050d3feb35b4f9b147d444505904.tar.gz volse-hubzilla-3521e22333d9050d3feb35b4f9b147d444505904.tar.bz2 volse-hubzilla-3521e22333d9050d3feb35b4f9b147d444505904.zip |
diabook-theme: made boxes at right_aside sortable
Diffstat (limited to 'view/theme/diabook/communityhome.tpl')
-rwxr-xr-x | view/theme/diabook/communityhome.tpl | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/view/theme/diabook/communityhome.tpl b/view/theme/diabook/communityhome.tpl index 9ccba4597..87b825d98 100755 --- a/view/theme/diabook/communityhome.tpl +++ b/view/theme/diabook/communityhome.tpl @@ -1,8 +1,13 @@ +<div id="pos_null"> +</div> + +<div id="sortable_boxes"> + <div id="close_pages"> {{ if $page }} <div>$page</div> {{ endif }} -</div> + <div id="close_profiles"> {{ if $comunity_profilest_title }} @@ -96,4 +101,5 @@ $nv.search </div> <div id="twitter"> +</div> </div>
\ No newline at end of file |