PHP Classes

File: includes/lib/lobby/inc/view.error.php

Recommend this page to a friend!
  Classes of Subin Siby   Lobby   includes/lib/lobby/inc/view.error.php   Download  
File: includes/lib/lobby/inc/view.error.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Lobby
Web OS to install and run Web applications
Author: By
Last change: Lobby 1.0 Cobra
Date: 7 years ago
Size: 601 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html>
  <head>
    <?php
   
/**
     * Load CSS Only
     */
   
echo Assets::getServeLinkTag();
   
?>
<title><?php echo $title;?> - Lobby</title>
  </head>
  <body>
    <div id="workspace">
      <div class="contents">
        <h1><?php echo $title;?></h1>
        <p><?php echo $description;?></p>
        <p>
          <a href="#" onclick="window.history.go(-1)">Return to previous page</a>
        </p>
        <p>
          &copy; <a target='_blank' href='//lobby.subinsb.com'>Lobby</a> 2014 - <?php echo date("Y");?>
</p>
      </div>
    </div>
  </body>
</html>