This commit is contained in:
Mitsukarenai 2013-04-04 20:22:23 +02:00
parent d3bf3d7a2c
commit a62c51ca19

View file

@ -720,9 +720,9 @@ echo '
</head>
<body>
<div class="header">
<h1><a href="'.escape(LOCAL_URL) .'.." style="font-size:0.8em;">PROJET AUTOBLOG'. (!empty($head_title) ? ' ~ '. escape($head_title) : '') .'</a></h1>
<h1><a href="./" style="font-size:0.8em;">PROJET AUTOBLOG'. (!empty($head_title) ? ' ~ '. escape($head_title) : '') .'</a></h1>
<hr>
<h1><a href="'.escape(LOCAL_URL).'">'.escape($config->site_title).'</a></h1>';
<h1><a href="./">'.escape($config->site_title).'</a></h1>';
if (!empty($config->site_description))
echo '<p>'.$config->site_description.'<br><a href="../">&lArr; retour index</a></p>';