diff --git a/system/pages/news.php b/system/pages/news.php index ca2eed01..7171073f 100644 --- a/system/pages/news.php +++ b/system/pages/news.php @@ -84,7 +84,7 @@ if(isset($_GET['archive'])) foreach($news_DB as $news) { $newses[] = array( - 'link' => ($config['friendly_urls']) . getLink('news') . '/archive/' . $news['id'], + 'link' => getLink('news') . '/archive/' . $news['id'], 'icon_id' => $categories[$news['category']]['icon_id'], 'title' => stripslashes($news['title']), 'date' => $news['date']