PHP Classes

File: demo.header.php

Recommend this page to a friend!
  Classes of Matthew Knowlton   ExTemplate   demo.header.php   Download  
File: demo.header.php
Role: Auxiliary script
Content type: text/plain
Description: Template header file for the demo
Class: ExTemplate
Extensible template engine with callable functions
Author: By
Last change:
Date: 8 years ago
Size: 471 bytes
 

Contents

Class file image Download
<div style="background-color:deepskyblue; height:70px; width:100%; margin:0px; padding:5px; position:fixed; top:0px; left:0px;">
    <span style="font-size:20px; float:left;">ExTemplate</span>

    <span style="float:right;">
        {if (isLoggedIn)} Welcome {UserName} {/if}
        {if (!isLoggedIn)} You are not signed in. <a href="{SignInLink}">Sign In?</a> {/if}
        &nbsp;&nbsp;&nbsp;
    </span>
</div>
<div style="height:70px; width:90%;">

</div>