hide Stations map if no station has been discovered yet
This commit is contained in:
parent
1b19187587
commit
4f0c7e2fa8
2 changed files with 5 additions and 0 deletions
|
|
@ -69,7 +69,9 @@
|
|||
|
||||
<section>
|
||||
<h1 id="stations"><i class="fa fa-map-signs fa-fw"></i><?=_('Character Groups Quest Stations')?></h1>
|
||||
<?php if($stationsDiscovered || count(array_intersect(array('admin', 'moderator'), \hhu\z\controllers\SeminaryController::$character['characterroles'])) > 0) : ?>
|
||||
<div id="map" class="map"></div>
|
||||
<?php endif ?>
|
||||
|
||||
<?php if(count(array_intersect(array('admin', 'moderator'), \hhu\z\controllers\SeminaryController::$character['characterroles'])) > 0) : ?>
|
||||
<nav class="admin">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue