Logowanie już działa :)

git-svn-id: https://svn.pioder.pl/sg-svn@19 3ed2631f-fe0d-47e0-9194-a46bc0f18ee8
This commit is contained in:
pioder
2009-08-16 14:26:14 +00:00
parent bca13f6210
commit 2e2c66152d
3 changed files with 94 additions and 13 deletions

View File

@@ -93,4 +93,24 @@ function Przekieruj($url='index.php', $tresc='')
die('<meta http-equiv="refresh" content="0; url='.$url.'" />');
}
}
function NaglowekPA($nazwapodstrony)
{
global $xhtml;
echo '
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl">
<head>
<title>ACP &bull; '.$nazwapodstrony.'</title>
<meta http-equiv="Content-Type" content="'.($xhtml?'application/xhtml+x':'text/ht').'ml; charset=utf-8" />
<style type="text/css">
body { font-family: Verdana; font-size: 10pt}
</style>
</head>
<body>
<center>
<div align="center" style="width: 900px">
<h1>Panel Administracyjny Galerii Zdjęć</h1>
';
}
?>