EngineGP/system/engine/contacts.php

11 lines
229 B
PHP
Raw Normal View History

2023-03-04 23:45:46 +00:00
<?php
if(!DEFINED('EGP'))
exit(header('Refresh: 0; URL=http://'.$_SERVER['SERVER_NAME'].'/404'));
$title = 'Контактная информация';
$html->nav($title);
$html->get('contacts');
$html->pack('main');
?>