mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
parent
2a6f3452b0
commit
9445b1f2dd
@ -194,6 +194,7 @@ function create_atom ($file_path, $mode, $id, $title, $topics)
|
|||||||
{
|
{
|
||||||
$atom .= " <link href=\"" . TOPIC_URL . $topic_id . "\" />\n";
|
$atom .= " <link href=\"" . TOPIC_URL . $topic_id . "\" />\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($bb_cfg['atom']['direct_view'])
|
if ($bb_cfg['atom']['direct_view'])
|
||||||
{
|
{
|
||||||
$atom .= " <description>" . $topic['post_html'] . "\n\nNews URL: " . FULL_URL . TOPIC_URL . $topic_id . "</description>\n";
|
$atom .= " <description>" . $topic['post_html'] . "\n\nNews URL: " . FULL_URL . TOPIC_URL . $topic_id . "</description>\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user