First implementation of wiki

This commit is contained in:
leosw
2018-10-22 23:09:20 +02:00
parent 6fa2f5d4c9
commit 2ff2d03b9c
7 changed files with 82 additions and 92 deletions

View File

@@ -44,7 +44,7 @@
<li><label for="locale">Langue :</label>
<select name="locale" id="locale">
<? foreach($locales->objs as $locale) { ?>
<option <?=$userProfile->get_locale()==$locale->display_name?'selected':''?> value="<?=$locale->get_name()?>"><?=$locale->display_name?></option>
<option <?=$userProfile->get_locale()==$locale->display_name?'selected':''?> value="<?=$locale->name?>"><?=$locale->display_name?></option>
<? } ?>
</select></li>
<? if($user->rankIsHigher("administrator")) { ?>