mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 09:19:22 +02:00
* fixed typo
This commit is contained in:
parent
4a19458c15
commit
b7bb950abc
@ -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']
|
||||
|
Loading…
x
Reference in New Issue
Block a user