phpldapadmin/header.php

12 lines
365 B
PHP
Raw Normal View History

2009-06-30 08:05:37 +00:00
<?php echo "<?xml version=\"1.0\" encoding=\"utf-8\?>\n"; ?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN"
"http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="no-NO">
<head>
<title>phpLDAPAdmin</title>
<link rel="stylesheet" href="style.css" />
<script src="entry_chooser.js"></script>
</head>