Clean up index.php

This commit is contained in:
ruan 2016-02-12 11:46:29 +02:00
parent 4d019365f6
commit 9afe5d37b4

View File

@ -6,9 +6,9 @@ $page->print_title();
?> ?>
<div class="container"> <div class="container">
<div class="jumbotron"> <div class="jumbotron">
<div style="text-align: center;"><h2><?php echo $page->lang->index_welcome1; <div style="text-align: center;">
echo $page->settings->name; <h2><?php echo $page->lang->index_welcome1 . $page->settings->name . $page->lang->index_welcome2; ?></h2>
echo $page->lang->index_welcome2; ?></h2></div> </div>
<div style="text-align: center;"><p><?php echo $page->lang->index_allsins; ?></p></div> <div style="text-align: center;"><p><?php echo $page->lang->index_allsins; ?></p></div>
</div> </div>