Файл: themes/default/views/blog/blog_edit.php
Строк: 7
<img src="/images/img/edit.gif" alt="image" /> <b><?=nickname($post['commblog_author'])?></b> <small>(<?=date_fixed($post['commblog_time'])?>)</small><br /><br />
<div class="form">
<form action="/blog/blog.php?act=editpost&id=<?=$post['commblog_blog']?>&pid=<?=$pid?>&start=<?=$start?>&uid=<?=$_SESSION['token']?>" method="post">
<textarea id="markItUp" cols="25" rows="5" name="msg"><?=$post['commblog_text']?></textarea><br />
<input type="submit" value="Редактировать" />
</form>
</div><br />