View file modules/obmennik/head.php

File size: 257B
<?php
include ('../../config.php');
include ('../../templates/run.php');
include ('../../templates/func.php');
$title_page = 'Файлообменник';
$m_polozhenie = 'В файлообменнике';
include ('../../themes/'.$themes.'.php');
?>