mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
Updated
This commit is contained in:
parent
1c0563a09c
commit
203713e599
2 changed files with 2 additions and 0 deletions
|
@ -154,6 +154,7 @@ $template->assign_vars([
|
||||||
'HAS_ITEMS' => (bool)$filesCount,
|
'HAS_ITEMS' => (bool)$filesCount,
|
||||||
'PAGE_TITLE' => $lang['PLAYBACK_M3U'],
|
'PAGE_TITLE' => $lang['PLAYBACK_M3U'],
|
||||||
'FILES_COUNT' => sprintf($lang['BT_FLIST_FILE_PATH'], declension($filesCount, 'files')),
|
'FILES_COUNT' => sprintf($lang['BT_FLIST_FILE_PATH'], declension($filesCount, 'files')),
|
||||||
|
'U_TOPIC' => TOPIC_URL . $topic_id,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
print_page('playback_m3u.tpl');
|
print_page('playback_m3u.tpl');
|
||||||
|
|
|
@ -54,6 +54,7 @@
|
||||||
<!--bottom_info-->
|
<!--bottom_info-->
|
||||||
<div class="bottom_info">
|
<div class="bottom_info">
|
||||||
<div class="spacer_8"></div>
|
<div class="spacer_8"></div>
|
||||||
|
<a href="{U_TOPIC}">{L_TOPIC_RETURN}</a>
|
||||||
<div id="timezone">
|
<div id="timezone">
|
||||||
<p>{CURRENT_TIME}</p>
|
<p>{CURRENT_TIME}</p>
|
||||||
<p>{S_TIMEZONE}</p>
|
<p>{S_TIMEZONE}</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue