4 lines
No EOL
93 B
PHP
4 lines
No EOL
93 B
PHP
<?php
|
|
require 'functions.php';
|
|
$heading = "Home";
|
|
require "views/index.view.php"; |