diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-03-08 23:22:26 +0100 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-03-08 23:22:26 +0100 |
commit | b9dda93f0c704cd80e0fbfeb5ff5da26b9aae7f4 (patch) | |
tree | b1d8835a2343d95304b7452cbafba84dc965f8b2 /view/theme/diabook/nav.tpl | |
parent | 1fcbc7aa5a0b560b99201320a64e4e7671665613 (diff) | |
download | volse-hubzilla-b9dda93f0c704cd80e0fbfeb5ff5da26b9aae7f4.tar.gz volse-hubzilla-b9dda93f0c704cd80e0fbfeb5ff5da26b9aae7f4.tar.bz2 volse-hubzilla-b9dda93f0c704cd80e0fbfeb5ff5da26b9aae7f4.zip |
add theme diabook-blue, fix css
Diffstat (limited to 'view/theme/diabook/nav.tpl')
-rw-r--r-- | view/theme/diabook/nav.tpl | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/view/theme/diabook/nav.tpl b/view/theme/diabook/nav.tpl index c7c00e20c..d0ff06673 100644 --- a/view/theme/diabook/nav.tpl +++ b/view/theme/diabook/nav.tpl @@ -1,7 +1,4 @@ <header> - - - <div id="site-location">$sitelocation</div> <div id="banner">$banner</div> </header> @@ -76,7 +73,7 @@ <li><a class="$nav.search.2" href="$nav.search.0" title="$nav.search.3" >$nav.search.1</a></li> - <li><a class="$nav.search.2" href="friendica" title="About" >About</a></li> + <li><a class="$nav.search.2" href="friendica" title="Site Info / Impressum" >Info/Impressum</a></li> {{ if $nav.settings }}<li><a class="menu-sep $nav.settings.2" href="$nav.settings.0" title="$nav.settings.3">$nav.settings.1</a></li>{{ endif }} {{ if $nav.admin }}<li><a class="$nav.admin.2" href="$nav.admin.0" title="$nav.admin.3" >$nav.admin.1</a></li>{{ endif }} @@ -144,7 +141,7 @@ <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="Fehlerreport für das Theme diaBook erstellen"/></a></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> |