Subversion Repositories LCARS

Rev

Rev 138 | Rev 165 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 138 Rev 151
Line 1... Line 1...
1
<?php
1
<?php
2
2
-
 
3
$language = 'en';
3
if (!function_exists('_'))
4
$locale = 'en_US.UTF-8';
4
{
-
 
5
  function _($s) { return $s; }
5
require_once 'global.php';
6
}
-
 
7
6
8
$encoding = 'UTF-8';
7
$encoding = 'UTF-8';
9
header("Content-Type: text/html" . ($encoding ? "; charset=$encoding" : ""));
8
header("Content-Type: text/html" . ($encoding ? "; charset=$encoding" : ""));
10
9
11
$modi = max(array(
10
$modi = max(array(
Line 69... Line 68...
69
*/ ?>
68
*/ ?>
70
    <meta name="DCTERMS.identifier" content="http://pointedears.de/">
69
    <meta name="DCTERMS.identifier" content="http://pointedears.de/">
71
    <meta name="DCTERMS.rightsHolder"
70
    <meta name="DCTERMS.rightsHolder"
72
          content="Copyright © 2002&#8211;<?php echo gmdate('Y', $modi); ?> Thomas&nbsp;Lahn.">
71
          content="Copyright © 2002&#8211;<?php echo gmdate('Y', $modi); ?> Thomas&nbsp;Lahn.">
73
    <meta name="DCTERMS.rights"
72
    <meta name="DCTERMS.rights"
74
          content="<?php echo _("All rights reserved."); ?> <?php echo _("The author is not responsible for the availability and the content of websites referred by this site, and not responsible for the availability and the content of websites referred by those sites. Whereever outsourced material is used, copyright or trademark infringement is not intended. Third parties who claim copyrights or trademarks used herein are asked to send an informal email to webmaster@PointedEars.de for immediate removal or modification of the respective material on the website instead of reminding the author of usage of this material. Thank you."); ?>">
73
          content="<?php echo tr("All rights reserved."); ?> <?php echo tr("The author is not responsible for the availability and the content of websites referred by this site, and not responsible for the availability and the content of websites referred by those sites. Whereever outsourced material is used, copyright or trademark infringement is not intended. Third parties who claim copyrights or trademarks used herein are asked to send an informal email to webmaster@PointedEars.de for immediate removal or modification of the respective material on the website instead of reminding the author of usage of this material. Thank you."); ?>">
75
<?php /*
74
<?php /*
76
    <!-- <link rel="stylesheet" type="text/css" href="styles/lcars21.css"> -->
75
    <!-- <link rel="stylesheet" type="text/css" href="styles/lcars21.css"> -->
77
*/ ?>
76
*/ ?>
78
    <link rel="stylesheet" type="text/css" href="styles/lcars-basic.css">
77
    <link rel="stylesheet" type="text/css" href="styles/lcars-basic.css">
79
    <link rel="stylesheet" type="text/css" href="styles/lcars22">
78
    <link rel="stylesheet" type="text/css" href="styles/lcars22">