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