PHP Classes

File: includes/src/vendor/klein/klein/tests/Klein/Tests/views/layout.php

Recommend this page to a friend!
  Classes of Subin Siby   Lobby   includes/src/vendor/klein/klein/tests/Klein/Tests/views/layout.php   Download  
File: includes/src/vendor/klein/klein/tests/Klein/Tests/views/layout.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Lobby
Web OS to install and run Web applications
Author: By
Last change:
Date: 7 years ago
Size: 113 bytes
 

Contents

Class file image Download
<h1><?php echo ucfirst($this->shared_data->get('title')); ?></h1>
<?php $this->yieldView(); ?>
<div>footer</div>