PHP Classes

File: exemplo/template.php

Recommend this page to a friend!
  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: 17 years ago
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>