diff options
author | friendica <info@friendica.com> | 2012-03-09 14:44:29 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-09 14:44:29 -0800 |
commit | a02ffbcc86d3d2fbe0b73a5eb1dedc0bd3048f34 (patch) | |
tree | c1fbcc0d1c36b102a0943920c28474aff667a182 /view/theme/diabook/nav.tpl | |
parent | 92a93642e16e58621f8445534ed2348a53891488 (diff) | |
parent | 68ca29719e6eb168ca3efa2d60026da924a0e03b (diff) | |
download | volse-hubzilla-a02ffbcc86d3d2fbe0b73a5eb1dedc0bd3048f34.tar.gz volse-hubzilla-a02ffbcc86d3d2fbe0b73a5eb1dedc0bd3048f34.tar.bz2 volse-hubzilla-a02ffbcc86d3d2fbe0b73a5eb1dedc0bd3048f34.zip |
Merge branch 'pull'
Diffstat (limited to 'view/theme/diabook/nav.tpl')
-rw-r--r-- | view/theme/diabook/nav.tpl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/view/theme/diabook/nav.tpl b/view/theme/diabook/nav.tpl index a098ae8b7..8b32ebe6c 100644 --- a/view/theme/diabook/nav.tpl +++ b/view/theme/diabook/nav.tpl @@ -26,6 +26,7 @@ <li id="nav-contacts-all"><a href="contacts">$nav.contacts.1</a></li> </ul> </li> + {{ endif }} {{ if $nav.messages }} @@ -140,8 +141,9 @@ <div style="position: fixed; bottom: 5px; right: 10px;"><a href="javascript:scroll(0,0); "><img src="view/theme/diabook/icons/scroll_top.png" title="scroll to top"></a></div> -<div style="position: fixed; bottom: 5px; left: 25px;">$langselector</div> -<div style="position: fixed; bottom: 25px; left: 5px;"><a href="http://pad.toktan.org/p/diabook" target="blank" ><img src="view/theme/diabook/icons/bluebug.png" title="report bugs for the theme diabook"/></a></div> +<div style="position: fixed; bottom: 3px; left: 25px;">$langselector</div> +<div style="position: fixed; bottom: 23px; left: 5px;"><a href="http://pad.toktan.org/p/diabook" target="blank" ><img src="view/theme/diabook/icons/bluebug.png" title="report bugs for the theme diabook"/></a></div> + |