Moved Meta-Tags into header
This commit is contained in:
parent
fe2abd5161
commit
0523de7f01
|
@ -251,10 +251,10 @@ echo '<html><head><title>';
|
||||||
echo _('Create new Account');
|
echo _('Create new Account');
|
||||||
echo '</title>
|
echo '</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../style/layout.css">
|
<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="pragma" content="no-cache">
|
||||||
<meta http-equiv="cache-control" 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);
|
if ($error != "0") StatusMessage('ERROR', _('Invalid Value!'), $error);
|
||||||
echo '<table rules="all" class="account" width="100%">
|
echo '<table rules="all" class="account" width="100%">
|
||||||
<tr><td></td></tr>';
|
<tr><td></td></tr>';
|
||||||
|
|
|
@ -32,11 +32,12 @@ session_save_path('../sess');
|
||||||
echo '<html><head><title>';
|
echo '<html><head><title>';
|
||||||
echo _('Delete Account');
|
echo _('Delete Account');
|
||||||
echo '</title>
|
echo '</title>
|
||||||
</head><body>
|
</head>
|
||||||
<link rel="stylesheet" type="text/css" href="../style/layout.css">
|
<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="pragma" content="no-cache">
|
||||||
<meta http-equiv="cache-control" 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%">
|
<table rules="all" class="delete" width="100%">
|
||||||
<tr><td>';
|
<tr><td>';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue