18 lines
580 B
PHP
18 lines
580 B
PHP
|
<?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
|
||
|
|
||
|
-----------------------------------------------------------------------------*/
|
||
|
?>
|
||
|
<div class="clear"></div>
|
||
|
<div class="content"><br>
|
||
|
<div class="center">
|
||
|
<h1><?=$_LANG['empty_category']?></h1>
|
||
|
</div>
|