Logowanie już działa :)
git-svn-id: https://svn.pioder.pl/sg-svn@19 3ed2631f-fe0d-47e0-9194-a46bc0f18ee8
This commit is contained in:
@@ -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 • '.$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>
|
||||
';
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user