1
0
mirror of https://github.com/agdsn/ancient-weatherstation.git synced 2026-06-19 23:07:59 +00:00

css improvments

git-svn-id: file:///home/jan/tmp/wetterstation/trunk@229 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
jan
2007-10-25 14:17:50 +00:00
parent 0057b16c92
commit 95ee7db655
7 changed files with 19 additions and 24 deletions
+2 -2
View File
@@ -73,7 +73,7 @@ class ModuleSet{
}
function getBackLink(){
$buff = '<center>';
$buff = '';
$buff .= '<div class="back_link_div">';
$buff .= '<a class="back_link" href="';
$buff .= $_SERVER['HTTP_REFERER'];
@@ -81,7 +81,7 @@ class ModuleSet{
$buff .= 'zur&uuml;ck';
$buff .= "</a>";
$buff .= "</div>";
$buff .= '</center>';
$buff .= '';
return $buff;
}