Вход Регистрация
Файл: DESURE-dcms-f12de01ac63e/dpanel/developers.php
Строк: 14
<?php
include_once '../sys/inc/start.php';
$doc = new document(2);
$doc->title __('Разработчики');
$doc->ret(__('Админка'), './');

$bb = new bb('/sys/docs/developers.txt');
if (
$bb->title)
    
$doc->title $bb->title;

$listing = new listing();

$post $listing->post();
$post->content[] = $bb->getText();
$listing->display();
Онлайн: 1
Реклама