Skip to content

Commit

Permalink
Merge pull request #7 from KpuTuK/master
Browse files Browse the repository at this point in the history
[fix] Добален недостающий шаблон confirm.tpl
  • Loading branch information
KpuTuK committed Jan 12, 2016
2 parents 021fa2d + 954624f commit 69a5895
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions views/web_default/confirm.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php echo $this->display('header.tpl', array('sub_title' => 'Подтверждение', 'title' => 'Подтверждение')) ?>

<div class="title"><img src="<?php echo URL ?>views/<?php echo THEME ?>/img/titl.gif" class="ico" alt="" /><b>Подтверждение</b></div>

<div class="menu">
<?php echo $message ?><br />
<a href="<?php echo $link_ok ?>">Да</a> | <a href="<?php echo $link_cancel ?>">Нет</a>
</div>

<?php echo $this->display('footer.tpl') ?>

0 comments on commit 69a5895

Please sign in to comment.