openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 627647678c43a1dd5dfe3e562f8827132c94d81b
parent 6904a754d5e224fcdb34d85a6f8fb5ad51d945c3
Author: dankert <devnull@localhost>
Date:   Fri, 14 Jan 2005 22:42:44 +0100

Ausbau Cache-bezogene Meta-Angaben

Diffstat:
themes/default/pages/html/header.tpl.php | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/themes/default/pages/html/header.tpl.php b/themes/default/pages/html/header.tpl.php @@ -6,9 +6,6 @@ <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <meta name="MSSmartTagsPreventParsing" content="true" /> <meta name="robots" content="noindex,nofollow" /> - <meta http-equiv="expires" content="0" /> - <meta http-equiv="cache-control" content="no-cache" /> - <meta http-equiv="pragma" content="no-cache" /> <link rel="stylesheet" type="text/css" href="<?php echo $stylesheet ?>" /> </head>