20 lines
616 B
PHP
20 lines
616 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
|
|
|
|
-----------------------------------------------------------------------------*/
|
|
?>
|
|
<item>
|
|
<title><?=$_TPL['title']?></title>
|
|
<link><?=URL?>index.php?view=post&id=<?=$_TPL['id']?></link>
|
|
<description>
|
|
<![CDATA[<?=$_TPL['desc']?>]]>
|
|
</description>
|
|
</item>
|