Просмотр файла orblog-master/private/pages/404.php

Размер файла: 495B
<?php
/*-----------------------------------------------------------------------------
    
  orblog - Simple blog for hidden networks.  
  
    Version:   0.1
    GitLab:    https://github.com/neuberon/orblog/
    Copyright: [email protected] 2020
    License:   http://www.apache.org/licenses/LICENSE-2.0

-----------------------------------------------------------------------------*/

$_TPL['title'] = $_LANG['error_404'].' | '.TITLE;

include_template('header');
include_template('404');