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