mirror of
https://github.com/danpros/htmly.git
synced 2026-04-19 20:16:22 +05:30
Draft for pages and subpages
This commit is contained in:
parent
c7b88f69d0
commit
0ec68537c5
10 changed files with 387 additions and 112 deletions
|
|
@ -21,8 +21,9 @@ if (isset($destination)) {
|
|||
} else {
|
||||
$back = site_url();
|
||||
}
|
||||
$info = $p->title . ' (' . $p->file . ')';
|
||||
?>
|
||||
<p><?php echo sprintf(i18n('Are_you_sure_you_want_to_delete_'), $p->title);?></p>
|
||||
<p><?php echo sprintf(i18n('Are_you_sure_you_want_to_delete_'), $info);?></p>
|
||||
<form method="POST">
|
||||
<input type="hidden" name="file" value="<?php echo $p->file ?>"/><br>
|
||||
<input type="hidden" name="csrf_token" value="<?php echo get_csrf() ?>">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue