enabled 404-page cacheing; changed default background and default langstripe gradient

This commit is contained in:
following
2013-08-11 15:22:34 +02:00
parent 01b9c191e0
commit 728f8c05c8
3 changed files with 4 additions and 3 deletions

View File

@@ -7,6 +7,7 @@
require('lib2/web.inc.php');
require('lib2/logic/logpics.inc.php');
$sUserCountry = $login->getUserCountry();
// create object for "newest" information
@@ -15,7 +16,7 @@
$tpl->main_template = 'sys_oc404';
$tpl->name = 'sys_oc404';
$tpl->caching = false;
$tpl->caching = true;
$tpl->cache_lifetime = 300;
$tpl->cache_id = $sUserCountry;

View File

@@ -31,7 +31,7 @@ body {
margin: 0px auto;
height: 100%;
padding: 0px;
background-color: #f8f2d6;
background-color: #3a663a;
font-family: arial, sans-serif, Tahoma, Verdana;
}
@@ -116,7 +116,7 @@ div#langstripe {
width: 100%;
padding-top: 0;
height: 31px;
background: #707070 url(../images/bg-langstripe.png) 0 100% repeat-x;
background: #abb4bd url(../images/bg-langstripe.png) 0 100% repeat-x;
color: black;
z-index: 5;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 204 B

After

Width:  |  Height:  |  Size: 155 B