mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update index_map.tpl
This commit is contained in:
parent
097569da1f
commit
9808ad603a
@ -42,7 +42,7 @@ $(function(){
|
||||
$.each($('#f-map a'), function(i,a) {
|
||||
var f_id = $(a).attr('href');
|
||||
$(a)
|
||||
.attr('href', 'viewforum.php?f='+ f_id)
|
||||
.attr('href', '{U_FORUM}?f='+ f_id)
|
||||
.before('<img class="feed-small" src="{IMG}feed.png" alt="feed" onclick="open_feed('+ f_id +')">')
|
||||
;
|
||||
});
|
||||
@ -99,4 +99,4 @@ $(function(){
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<br />
|
||||
<br />
|
||||
|
Loading…
Reference in New Issue
Block a user