Moved Meta-Tags into header

This commit is contained in:
katagia 2003-05-23 07:11:01 +00:00
parent fe2abd5161
commit 0523de7f01
2 changed files with 5 additions and 4 deletions

View File

@ -251,10 +251,10 @@ echo '<html><head><title>';
echo _('Create new Account');
echo '</title>
<link rel="stylesheet" type="text/css" href="../style/layout.css">
</head><body>
<form action="account.php" method="post">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">';
</head><body>
<form action="account.php" method="post">
if ($error != "0") StatusMessage('ERROR', _('Invalid Value!'), $error);
echo '<table rules="all" class="account" width="100%">
<tr><td></td></tr>';

View File

@ -32,11 +32,12 @@ session_save_path('../sess');
echo '<html><head><title>';
echo _('Delete Account');
echo '</title>
</head><body>
</head>
<link rel="stylesheet" type="text/css" href="../style/layout.css">
<form action="delete.php" method="post">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<body>
<form action="delete.php" method="post">
<table rules="all" class="delete" width="100%">
<tr><td>';