EngineGP/system/engine/contacts.php

11 lines
229 B
PHP
Raw Normal View History

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