Add timestamps to css files.
This commit is contained in:
@@ -9,7 +9,7 @@ include $path2root . '/inc/config.php';
|
||||
<html lang="de">
|
||||
<head>
|
||||
<title>Administrationsbereich Ferienhaus - Wille</title>
|
||||
<link rel="stylesheet" type="text/css" href="/css/admin.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/css/admin.css?ts=<?php echo time(); ?>" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -16,7 +16,7 @@ if (isset($_GET['section']) and isset($titel[$_GET['section']])) {
|
||||
<html lang="de">
|
||||
<head>
|
||||
<title><?php echo $temp_titel; ?></title>
|
||||
<link rel="stylesheet" type="text/css" href="css/page.css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/page.css?ts=<?php echo time(); ?>" />
|
||||
<meta name="description" content="Ferienhaus Wille, Silvi Jörg" />
|
||||
<meta name="keywords" content="Ferienhaus Wille, Hindelang, Silvi Jörg" />
|
||||
<meta name="generator" content="Christian Steinle" />
|
||||
|
||||
Reference in New Issue
Block a user