mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 16:32:45 +00:00
Reformat code
This commit is contained in:
parent
a91df5ae9d
commit
4d019365f6
@ -6,7 +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;
|
||||
echo $page->settings->name;
|
||||
echo $page->lang->index_welcome2; ?></h2></div>
|
||||
|
||||
<div style="text-align: center;"><p><?php echo $page->lang->index_allsins; ?></p></div>
|
||||
</div>
|
||||
|
@ -1,7 +1,6 @@
|
||||
<?php
|
||||
final class Lang {
|
||||
public static $TRUE = "1", $FALSE = "0";
|
||||
|
||||
final class Lang {
|
||||
public function __construct($connect = true) {
|
||||
$this->index_welcome1 = 'Vítej na ';
|
||||
$this->index_welcome2 = '.';
|
||||
@ -87,4 +86,5 @@ final class Lang {
|
||||
$this->warns_no = "Ne";
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
@ -1,7 +1,6 @@
|
||||
<?php
|
||||
final class Lang {
|
||||
public static $TRUE = "1", $FALSE = "0";
|
||||
|
||||
final class Lang {
|
||||
public function __construct($connect = true) {
|
||||
$this->index_welcome1 = 'Welcome to ';
|
||||
$this->index_welcome2 = '\'s Ban List.';
|
||||
@ -87,4 +86,3 @@ final class Lang {
|
||||
$this->warns_no = "No";
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user