Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mathieu Loiseau
GameOfWords
Commits
d3c66921
Commit
d3c66921
authored
Apr 25, 2017
by
Mathieu Loiseau
Browse files
removed card.alea (too experimental for now)
parent
cd3bb1f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
views/oracle.menu.html
View file @
d3c66921
...
...
@@ -32,20 +32,21 @@ $lang_iso = new IsoLang();
<h2>
<?php echo $lang['select_mode']; ?>
</h2>
<ul
id=
"modes"
class=
"nav nav-tabs"
>
<?php
<
!--
?php
Carte à la volée : expérimental
// Test de vérification de la langue de l'utilisateur. Si il n'apprend pas le français, il ne peux (pour l'instant) pas créer de carte aléatoire.
if ($user->langGame !== 'fr' ) { ?>
<li type="button" class="btn btn-primary btn-lg btn-block" disabled="disabled">
<a href="?mode=oracle.card.alea" title="card_alea"><?php echo $lang['card_alea']; ?></a>
</li>
<?php
<
?php
} else {
?>
?
>
<li type="button" class="btn btn-primary btn-lg btn-block">
<a href="?mode=oracle.card.alea" title="card_alea"><?php echo $lang['card_alea']; ?></a>
</li>
< ?php
}-->
<?php
}
if($this->lexicon->has_content()){
if(isset($_SESSION["idCard"])){
$disable="";
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment