PHP Classes

File: familytree/apps/frontend/views/templates/main_page.php

Recommend this page to a friend!
  Classes of Ssaurz Acharya   FedUni PHP Family Tree App   familytree/apps/frontend/views/templates/main_page.php   Download  
File: familytree/apps/frontend/views/templates/main_page.php
Role: Example script
Content type: text/plain
Description: Example script
Class: FedUni PHP Family Tree App
Manage and display a tree of family people
Author: By
Last change:
Date: 1 year ago
Size: 296 bytes
 

Contents

Class file image Download
<div id="main_page">
    <div id="main_page_content">
        <?php
$auth
= Registry::getObject("authentication");
if(
$auth->isLoggedIn()):
?>
<h2 style="font-family:Arial;color:#333333;text-shadow: 1px 1px 2px #ccc;">Welcome <?php echo $auth->getUsername(); ?></h2>
<hr/>
<?php endif; ?>