diff options
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/settings/personal/personal.info.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/settings/templates/settings/personal/personal.info.php b/settings/templates/settings/personal/personal.info.php index 959650cf2f9..20e346c867a 100644 --- a/settings/templates/settings/personal/personal.info.php +++ b/settings/templates/settings/personal/personal.info.php @@ -381,6 +381,7 @@ vendor_style('jcrop/css/jquery.Jcrop'); </div> +<?php if (isset($_['activelocale'])) { ?> <form id="locale" class="section"> <h2> <label for="localeinput"><?php p($l->t('Locale'));?></label> @@ -406,3 +407,4 @@ vendor_style('jcrop/css/jquery.Jcrop'); <?php endforeach;?> </select> </form> +<?php } ?> |