PHP Classes

File: templates/cool_email.php

Recommend this page to a friend!
  Classes of Victor Andeloci   Kuarasy PHP MySQL Framework   templates/cool_email.php   Download  
File: templates/cool_email.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Kuarasy PHP MySQL Framework
Framework to develop PHP applications using MySQL
Author: By
Last change:
Date: 10 months ago
Size: 199 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html lang="en" dir="ltr">
  <head>
    <meta charset="utf-8">
    <title><?= $args['title'] ?></title>
  </head>
  <body>
    <p><?= $args['body'] ?></p>
  </body>
</html>