718d3affb3e265c9e4939a4b1abac3c389525e4c
bernd Umstellung auf Theme-Suppor...

bernd authored 13 years ago

1) <?xml version="1.0" encoding="utf-8"?>
2) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
3)     "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4) 
5) <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de">
6) <head>
7) 
8) <?php 
9) if ($title)
10) 	echo "<title>$title - Administration</title>";
11) else
12) 	echo "<title>Administration</title>";
13) ?>
bernd CSS komplett in das Theme a...

bernd authored 13 years ago

14) <!--<link rel="stylesheet" href="<?php echo $BASE_PATH; ?>css/default.css" type="text/css" media="screen" title="Normal" />-->