Login   Register  
PHP Classes
elePHPant
Icontem

File: exemplo/template.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Marcio Ghiraldelli  >  FF-MVC  >  exemplo/template.php  >  Download  
File: exemplo/template.php
Role: Example script
Content type: text/plain
Description: Exemplo de template
Class: FF-MVC
MVC 2 implementation based on Java Struts
Author: By
Last change:
Date: 2007-08-06 13:32
Size: 317 bytes
 

Contents

Class file image Download
<html>
<body>

<style>
body {
  background-color: #555555;
  color: white;
  font-family: verdana;
  font-size: 12px;
}
a {
  color: red;
}
#divlogin {
  border: 4px solid white;
  padding: 20px;
}
</style>

<h1>MVC2 by FatFOX - marcio.gh at gmail.com</h1>

<?=$MVC_conteudo?>

</body>
</html>