PHP Classes

File: views/home/contact.php

Recommend this page to a friend!
  Classes of Aleksey   PHP Framework Bootstrap 4 Template   views/home/contact.php   Download  
File: views/home/contact.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Framework Bootstrap 4 Template
Show application pages using Bootstrap templates
Author: By
Last change:
Date: 2 years ago
Size: 478 bytes
 

Contents

Class file image Download
<?php
use PhpMvc\View;
use
PhpMvc\Html;

View::setLayout('_layout');
View::setTitle('Contact');
?>

<h2><?=View::getTitle()?></h2>

<address>
    PHP MVC Project street<br />
    Russia, YO<br />
    <abbr title="Phone">P:</abbr>
    +7 111.010.0101
</address>

<address>
    <strong>Support:</strong> <a href="mailto:support@example.com">support@example.com</a><br />
    <strong>Marketing:</strong> <a href="mailto:marketing@example.com">marketing@example.com</a>
</address>