testing multilanguage
This commit is contained in:
parent
3136081b54
commit
b6a3c6ca82
26
index.php
26
index.php
@ -32,7 +32,11 @@
|
||||
<body>
|
||||
<div class="container">
|
||||
<?php
|
||||
|
||||
|
||||
if($_GET["lang"] = "de") {
|
||||
echo "Du schaust das auf deutsch an!"
|
||||
}
|
||||
|
||||
$files = glob("roles/*.php");
|
||||
sort($files);
|
||||
|
||||
@ -86,26 +90,16 @@
|
||||
}
|
||||
if ($count%2 != 1) echo "</div>";
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- Start Tab init -->
|
||||
<script>
|
||||
$(document).ready(function(){
|
||||
$('.tabs').tabs();
|
||||
});
|
||||
</script>
|
||||
<!--
|
||||
<div class="card-content">
|
||||
<p>'.$description.'</p>
|
||||
</div>
|
||||
<div class="card-tabs">
|
||||
<ul class="tabs">
|
||||
</ul>
|
||||
</div>
|
||||
<div class="card-content '.$tcolor.'-text">
|
||||
<span class="card-title">'.$name.'</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
-->
|
||||
<!-- End Tab init -->
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user