summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/auth/delete.phtml
blob: 83afc80f50826f985f4cfb18d34ca93c41013d4e (plain) (blame)
1
2
3
4
5
6
<h1>Delete Account</h1>
Do you really want to delete account?
<?php
$this->deleteconfirmform->setAction($this->url());
echo $this->deleteconfirmform;
?>