PHP Classes

File: templates/home.html

Recommend this page to a friend!
  Classes of Yerfry Ramirez   Simple PHP OOP CMS   templates/home.html   Download  
File: templates/home.html
Role: Auxiliary data
Content type: text/plain
Description: Documentation
Class: Simple PHP OOP CMS
Build Web site pages from template classes
Author: By
Last change: Update home.html
Date: 8 years ago
Size: 436 bytes
 

Contents

Class file image Download
<!DOCTYPE html> <html> <head> <title>Home &bull; {$Title}</title> {%assign|var=$example:'This is an example variable'%} </head> <body> <a href="logout.php">Logout</a> <br /> User ID: {$_SESSION['UserData']['id']} <br /> Username: {$_SESSION['UserData']['Username']} <br /> UserToken / Password: {$_SESSION['UserData']['Password']} <br/> <br/> {$example} <br/> {%template|'includeExample.html'%} </body> </html> <?php echo $lol; ?>