diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-03-31 11:50:33 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-03-31 11:50:33 +0200 |
commit | 893ece90664588e61584b479ca7af0021ca1df83 (patch) | |
tree | 96b0b166e381a7663cd024b5234f0b8daa11b220 /view/theme/diabook-red/nav.tpl | |
parent | ee9a3eb16345fa8c0a1f1a79e7622ea73862a054 (diff) | |
download | volse-hubzilla-893ece90664588e61584b479ca7af0021ca1df83.tar.gz volse-hubzilla-893ece90664588e61584b479ca7af0021ca1df83.tar.bz2 volse-hubzilla-893ece90664588e61584b479ca7af0021ca1df83.zip |
bug fix in diabook-aerith and -red
Diffstat (limited to 'view/theme/diabook-red/nav.tpl')
-rw-r--r-- | view/theme/diabook-red/nav.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/diabook-red/nav.tpl b/view/theme/diabook-red/nav.tpl index d73dd047a..cd0653c6e 100644 --- a/view/theme/diabook-red/nav.tpl +++ b/view/theme/diabook-red/nav.tpl @@ -135,9 +135,9 @@ </nav> -<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; right: 10px;"><a href="javascript:scroll(0,0); "><img src="view/theme/diabook-red/icons/scroll_top.png" title="scroll to top"></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> +<div style="position: fixed; bottom: 23px; left: 5px;"><a href="http://pad.toktan.org/p/diabook" target="blank" ><img src="view/theme/diabook-red/icons/bluebug.png" title="report bugs for the theme diabook"/></a></div> |