Fix tibiacom account & news menu links

This commit is contained in:
slawkens
2025-01-13 23:05:16 +01:00
parent 0904b1bb87
commit 5e9c868dfa
2 changed files with 11 additions and 1 deletions

View File

@@ -88,7 +88,7 @@ if(isset($_GET['archive']))
foreach($news_DB as $news)
{
$newses[] = array(
'link' => getLink('news') . '/' . $news['id'],
'link' => getLink('news/archive') . '/' . $news['id'],
'icon_id' => $categories[$news['category']]['icon_id'],
'title' => stripslashes($news['title']),
'date' => $news['date']