
- Spanish language file created for the setup - FlatPress title in setup now multilingual
15 lines
587 B
PHP
15 lines
587 B
PHP
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="<?php echo LANG_DEFAULT; ?>">
|
|
<head><title>FlatPress <?php echo $lang ['setup'] ['setup']; ?></title>
|
|
<link href="setup/res/setup.css" type="text/css" rel="stylesheet"></head>
|
|
<body>
|
|
<div id="rap">
|
|
<h1 id="header"><img src="<?php echo BLOG_BASEURL; ?>setup/imgs/logo-small.gif" alt="logo-small.gif" title="Logo"><span> Flat</span><span>Press</span> <?php echo $lang ['setup'] ['setup']; ?></h1>
|
|
|
|
</div>
|
|
|
|
<div id="main">
|
|
|
|
|
|
<form class="storycontent" method="post" action="<?php echo BLOG_BASEURL; ?>setup.php">
|