Файл: wenr.online/templates/clan/gerb.tpl
Строк: 16
<? $this->layout('app', ['title' => 'Герб клана'])
?>
<? $this->start('container') ?>
<div
class="box">
<div
class="list-group">
<p><a
href="/clan?r=<?=$r;?>"> « Мой клан</a> /
Герб клана</p>
<form
method="post" class="list-group-item">
<h4 class="text-center inf-us">Герб
клана</h4>
<label
for="name">Герб:</label>
<select name="img" class="form-control">
<?foreach($array as $res=>$key){?>
<option value="<?=$key;?>" <?php if($clan->img ==
$key){?> selected<?php }?>> Герб
#<?=$key;?></option>
<?php } ?>
</select>
<br>
<button type="submit" class="btn
btn-success">Выбрать</button>
</form>
</div>
</div>
<? $this->stop() ?>