Subversion Repositories taios

Compare Revisions

Ignore whitespace Rev 522 → Rev 523

/_taios.php
29,7 → 29,7
write('<html lang="en">');
write('<head>');
write('<meta http-equiv="Content-Type" content="text/html;charset=utf-8">');
write('<title>Tim32 &middot; ' . htmlentities($this->title, ENT_QUOTES) . '</title>');
write('<title>Tim32 &middot; ' . $this->title . '</title>');
write('<link href="' . $this->url . 'styles.css" rel="stylesheet" type="text/css" media="all" />');
write('<link rel="shortcut icon" href="' . $this->url . 'data/favicon.png" />');
write('<script type="text/javascript" src="//code.jquery.com/jquery-1.9.0.min.js"></script>');