diff options
author | friendica <info@friendica.com> | 2012-04-16 22:59:09 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-16 22:59:09 -0700 |
commit | a7421990350e2409ee90957dab37e1ff1fc272df (patch) | |
tree | 0cf7b9ff52b3344d8e2b8540a3bb4cfe3f1f59e0 /view/theme/diabook-red/group_side.tpl | |
parent | 7ebca2b37d98f5865f6d006300c894ec9c44f165 (diff) | |
parent | 621bf6bab4680da3f92da56ecb12c16e194ebbbb (diff) | |
download | volse-hubzilla-a7421990350e2409ee90957dab37e1ff1fc272df.tar.gz volse-hubzilla-a7421990350e2409ee90957dab37e1ff1fc272df.tar.bz2 volse-hubzilla-a7421990350e2409ee90957dab37e1ff1fc272df.zip |
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'view/theme/diabook-red/group_side.tpl')
-rwxr-xr-x[-rw-r--r--] | view/theme/diabook-red/group_side.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/diabook-red/group_side.tpl b/view/theme/diabook-red/group_side.tpl index 642019049..8600402f2 100644..100755 --- a/view/theme/diabook-red/group_side.tpl +++ b/view/theme/diabook-red/group_side.tpl @@ -25,5 +25,10 @@ {{ endfor }} </ul> </div> + {{ if $ungrouped }} + <div id="sidebar-ungrouped"> + <a href="nogroup">$ungrouped</a> + </div> + {{ endif }} </div> |