You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

21 lines
782 B

<ol class="breadcrumb">
<li><a href="index.php?mode=comments"><?php echo $lang['comments']; ?></a></li>
<li class="active"><?php echo $lang['delete_comments']; ?></li>
</ol>
<h1><?php echo $lang['delete_comments']; ?></h1>
<?php if ($type == 0): ?>
<p><?php echo $lang['delete_all_page_comments']; ?></p>
<?php else: ?>
<p><?php echo $lang['delete_all_photo_comments']; ?></p>
<?php endif ?>
<form action="index.php" method="post">
<div>
<input type="hidden" name="mode" value="comments"/>
<input type="hidden" name="type" value="<?php echo $type; ?>"/>
<input class="btn btn-danger btn-lg" type="submit" name="delete_all_comments_confirmed"
value="<?php echo $lang['delete_all_comments_subm']; ?>"/>
</div>
</form>