PHP Classes

File: app/views/admin/index.php

Recommend this page to a friend!
  Classes of Rodrigo Faustino   Personal   app/views/admin/index.php   Download  
File: app/views/admin/index.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Personal
Generate a portfolio site
Author: By
Last change:
Date: 5 days ago
Size: 308 bytes
 

Contents

Class file image Download
<?php $this->layout('template'); ?>

<section class="container mt-5">
    <h1 class="text-center"><?= $title ?></h1>
    <div class="row mt-4">
        <div class="col-md-4">
            <a href="/admin/users" class="w3-button w3-black w3-ripple">Gerenciar Usuários</a>
        </div>
    </div>
</section>