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:
@@ -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ück';
|
||||
$buff .= "</a>";
|
||||
$buff .= "</div>";
|
||||
$buff .= '</center>';
|
||||
$buff .= '';
|
||||
|
||||
return $buff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user