This commit is contained in:
Roman Kelesidis 2024-08-31 19:13:04 +07:00
commit 203713e599
2 changed files with 2 additions and 0 deletions

View file

@ -154,6 +154,7 @@ $template->assign_vars([
'HAS_ITEMS' => (bool)$filesCount,
'PAGE_TITLE' => $lang['PLAYBACK_M3U'],
'FILES_COUNT' => sprintf($lang['BT_FLIST_FILE_PATH'], declension($filesCount, 'files')),
'U_TOPIC' => TOPIC_URL . $topic_id,
]);
print_page('playback_m3u.tpl');

View file

@ -54,6 +54,7 @@
<!--bottom_info-->
<div class="bottom_info">
<div class="spacer_8"></div>
<a href="{U_TOPIC}">{L_TOPIC_RETURN}</a>
<div id="timezone">
<p>{CURRENT_TIME}</p>
<p>{S_TIMEZONE}</p>