View file modules/index.php

File size: 706B
<?php
 ##################################################################
 ## Development by CoMMoN web site author http://mirmastera.ru   ##
 ## fportal web site scripts http://fportal.tk                   ##
 ## All rights reserved authors                                  ##
 ##################################################################
$mod_name = 'Главная страница'; //Имя модуля
require_once(ROOT.'/kernel/kernelhead.php'); //Подключение шапки
############################################
include ROOT.'/modules/route/index.php';
############################################
require_once(ROOT.'/kernel/kernelfoot.php'); //Вывод ног
?>