2023-06-15 16:32:27 +02:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
2023-06-26 20:25:55 +02:00
|
|
|
<title>{$flatpress.title|tag:wp_title:'«'}</title>
|
2023-06-15 16:32:27 +02:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset={$flatpress.CHARSET}" />
|
|
|
|
{action hook=wp_head}
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div id="body-container">
|
|
|
|
<div id="head">
|
2023-06-26 23:45:09 +02:00
|
|
|
<a href="{$flatpress.WWW}index.php/welcome">
|
2023-06-19 00:56:24 +02:00
|
|
|
<div id="head-bubble">
|
|
|
|
<div id="title-container">
|
2023-06-19 20:57:27 +02:00
|
|
|
<h1>{$flatpress.TITLE}</h1>
|
2023-06-19 00:56:24 +02:00
|
|
|
<p class="subtitle">{$flatpress.SUBTITLE}</p>
|
|
|
|
</div>
|
|
|
|
<div id="logo-container">
|
2024-02-19 02:12:38 +01:00
|
|
|
<img id="logo-img" src="{'rainbow'|theme_geturl}imgs/Mandrake-Tux_redraw_thicker.png">
|
2023-06-19 00:56:24 +02:00
|
|
|
</div>
|
|
|
|
<div id="clear-container"></div>
|
|
|
|
</div>
|
2023-06-19 20:57:27 +02:00
|
|
|
</a>
|
2023-06-15 16:32:27 +02:00
|
|
|
</div>
|
|
|
|
<hr />
|
2023-06-19 00:56:24 +02:00
|
|
|
<div id="outer-container">
|