Файл: wenr.online/templates/game/constantino_buy.tpl
Строк: 36
<? $this->layout('app', ['title' => 'Зелье
«'.$potion->name.'»']) ?>
<? $this->start('container')
?>
<div class="box">
<h4 class="text-center
inf-us">
Алхимик
Константино
</h4>
<br>
<div
class="skills text-center">
<table>
<tr>
<td class="skills-img">
<a
href="/constantino/buy?id=<?=$potion->id;?>&r=<?=$r;?>"><img
src="/public/assets/images/shop/potion/<?=$potion->type;?>.png"
alt=""></a>
<br>
<br>
<?=$potion->name;?>
</td>
</tr>
</table>
</div>
<br>
<p><img
class="img-responsive"
src="/public/assets/images/lr.jpg"
alt=""></p>
<br>
<p><label><?=type_potion($potion->type);?>:</label>
+<?=$potion->plus;?></p>
<p><label>Цена:</label> <?=$potion->price;?>
<img src="/public/assets/images/zoloto.png"></p>
<br>
<div
class="text-center">
<button
onclick="window.location.href='/constantino/buy?id=<?=$potion->id;?>&ok&r=<?=$r;?>';
return false" class="btn btn-success">
Купить</button>
</div>
<br>
</div>
<? $this->stop() ?>