Reformat code

This commit is contained in:
ruan 2016-02-12 11:44:36 +02:00
parent a91df5ae9d
commit 4d019365f6
8 changed files with 21 additions and 21 deletions

View File

@ -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>

View File

@ -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";
}
}
?>

View File

@ -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";
}
}
?>