PHP Classes

File: WIAdmin/WIInc/edit/alogin.php

Recommend this page to a friend!
  Classes of Jules Warner   WICMS   WIAdmin/WIInc/edit/alogin.php   Download  
File: WIAdmin/WIInc/edit/alogin.php
Role: Example script
Content type: text/plain
Description: Example script
Class: WICMS
Database driven content management system with PDO
Author: By
Last change:
Date: 7 years ago
Size: 467 bytes
 

Contents

Class file image Download
<style type="text/css">
    .fade{
        opacity: 0.5;
    }
</style>
<?php
include_once '../../WICore/lib.php';
$web->Styling();
$web->Scripts();

$web->top_head();
 
$web->MainMenu();
?>

<div class="container-fluid text-center">
  <div class="row content">
  <div class="col-sm-2"></div>
  <div class="col-sm-8 text-left">
  <?php include_once 'WIInc/alogin.php'; ?>
</div>

<div class="col-sm-2"></div>

</div>
</div>
 <?php
$web
->footer();?>


   
</body>
</html>