4 lines
81 B
PHP
4 lines
81 B
PHP
<?php
|
|
$content = 'components/homepage/main.php';
|
|
include 'structure/main.php';
|
|
?>
|