PHP Classes

File: elemental-sm/admin/templates/default/page.tpl

Recommend this page to a friend!
  Classes of Ilya Nemihin   elementalSiteMaker   elemental-sm/admin/templates/default/page.tpl   Download  
File: elemental-sm/admin/templates/default/page.tpl
Role: Auxiliary data
Content type: text/plain
Description: template
Class: elementalSiteMaker
easy CMS
Author: By
Last change:
Date: 21 years ago
Size: 660 bytes
 

Contents

Class file image Download
<html> <head> <style> body { background-color: 9999cc } body, td, p { font-family: MS Sans Serif, Verdana, Tahoma; font-size: 11pt; } a:hover { background-color: yellow; text-decoration: none;} </style> </head> <body> <center> {TOP} </center> <br> <table align="center" width="670" border="0" cellpadding="5" cellspacing="1"> <tr> <td bgcolor="ffffff" width="570" valign="top"> <h2>{HEADER}</h2> <p> {CONTENT} </td> <td valign="top" width="100" bgcolor="f0f0f0"> {MENU} <p> {BANNERS} </td> </tr> </table> <br> <center> <small> {BOTTOM} </small> </center> </body> </html>