1
0
orblog-legacy/private/pages/404.php

17 lines
503 B
PHP
Raw Permalink Normal View History

2024-07-13 18:19:16 +02:00
<?php
/*-----------------------------------------------------------------------------
orblog - Simple blog for hidden networks.
Version: 0.1
Git: https://code.fossee.net/chicory/orblog-legacy
Copyright: chicory@fossee.net 2020
License: http://www.apache.org/licenses/LICENSE-2.0
-----------------------------------------------------------------------------*/
$_TPL['title'] = $_LANG['error_404'].' | '.TITLE;
include_template('header');
include_template('404');