PHP Classes

File: app/Views/Password/reset_success.php

Recommend this page to a friend!
  Classes of Faris AL-Otabi   Task App   app/Views/Password/reset_success.php   Download  
File: app/Views/Password/reset_success.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Task App
Create and manage tasks to be done
Author: By
Last change:
Date: 1 month ago
Size: 327 bytes
 

Contents

Class file image Download
<?= $this->extend('base.php') ?>

<?= $this->section('title') ?>Password reset<?= $this->endSection() ?>

<?= $this->section('content') ?>

<h1 class="title">Password reset</h1>

<p>Password reset successful.</p>

<div>
    <a class="button is-link" href="<?= site_url("/login") ?>">Login</a>
</div>

<?= $this->endSection() ?>