From 9808ad603a671879ac5b15b7ed5c38cc08a1834a Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Thu, 23 Nov 2023 00:30:17 +0700 Subject: [PATCH] Update index_map.tpl --- styles/templates/default/index_map.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/templates/default/index_map.tpl b/styles/templates/default/index_map.tpl index cf9c5af1..fff365e2 100644 --- a/styles/templates/default/index_map.tpl +++ b/styles/templates/default/index_map.tpl @@ -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('feed') ; }); @@ -99,4 +99,4 @@ $(function(){ -
\ No newline at end of file +