mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 16:32:45 +00:00
Clean up index.php
This commit is contained in:
parent
4d019365f6
commit
9afe5d37b4
@ -6,9 +6,9 @@ $page->print_title();
|
||||
?>
|
||||
<div class="container">
|
||||
<div class="jumbotron">
|
||||
<div style="text-align: center;"><h2><?php echo $page->lang->index_welcome1;
|
||||
echo $page->settings->name;
|
||||
echo $page->lang->index_welcome2; ?></h2></div>
|
||||
<div style="text-align: center;">
|
||||
<h2><?php echo $page->lang->index_welcome1 . $page->settings->name . $page->lang->index_welcome2; ?></h2>
|
||||
</div>
|
||||
|
||||
<div style="text-align: center;"><p><?php echo $page->lang->index_allsins; ?></p></div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user