8 lines
202 B
PHP
8 lines
202 B
PHP
<?php
|
|
require_once 'functions/init.php';
|
|
require_once 'functions/functions.php';
|
|
include_once 'components/head.php';
|
|
include_once 'functions/article_functions.php';
|
|
|
|
include_once 'components/foot.php';
|