hide map for Character groups Quest Stations when there are no stations
This commit is contained in:
commit
df14dfafc3
4371 changed files with 1220224 additions and 0 deletions
5
views/html/moodpic/index.tpl
Normal file
5
views/html/moodpic/index.tpl
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<div class="moodpic">
|
||||
<div>
|
||||
<img src="<?=$linker->link(array('grafics','questlab.jpg'))?>" />
|
||||
</div>
|
||||
</div>
|
||||
16
views/html/moodpic/questgroup.tpl
Normal file
16
views/html/moodpic/questgroup.tpl
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<div class="moodpic">
|
||||
<div>
|
||||
<?php if(!is_null($medium)) : ?>
|
||||
<img src="<?=$medium['url']?>" <?php if(!empty($medium['title'])) : ?>title="<?=$medium['title']?>"<?php endif ?> <?php if(!empty($medium['description'])) : ?>alt="<?=$medium['description']?>"<?php endif ?>/>
|
||||
<?php if(!empty($medium['sourceurl'])) : ?>
|
||||
<span class="source">
|
||||
<a href="<?=$medium['sourceurl']?>" target="_blank" title="<?=_('Image source')?>" rel="nofollow">
|
||||
<i class="fa fa-external-link"></i>
|
||||
</a>
|
||||
</span>
|
||||
<?php endif ?>
|
||||
<?php else : ?>
|
||||
<img src="<?=$linker->link(array('grafics','questlab.jpg'))?>" />
|
||||
<?php endif ?>
|
||||
</div>
|
||||
</div>
|
||||
16
views/html/moodpic/seminary.tpl
Normal file
16
views/html/moodpic/seminary.tpl
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<div class="moodpic">
|
||||
<div>
|
||||
<?php if(!is_null($medium)) : ?>
|
||||
<img src="<?=$medium['url']?>" <?php if(!empty($medium['title'])) : ?>title="<?=$medium['title']?>"<?php endif ?> <?php if(!empty($medium['description'])) : ?>alt="<?=$medium['description']?>"<?php endif ?>/>
|
||||
<?php if(!empty($medium['sourceurl'])) : ?>
|
||||
<span class="source">
|
||||
<a href="<?=$medium['sourceurl']?>" target="_blank" title="<?=_('Image source')?>" rel="nofollow">
|
||||
<i class="fa fa-external-link"></i>
|
||||
</a>
|
||||
</span>
|
||||
<?php endif ?>
|
||||
<?php else : ?>
|
||||
<img src="<?=$linker->link(array('grafics','questlab.jpg'))?>" />
|
||||
<?php endif ?>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue