mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +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)
|
foreach($news_DB as $news)
|
||||||
{
|
{
|
||||||
$newses[] = array(
|
$newses[] = array(
|
||||||
'link' => ($config['friendly_urls']) . getLink('news') . '/archive/' . $news['id'],
|
'link' => getLink('news') . '/archive/' . $news['id'],
|
||||||
'icon_id' => $categories[$news['category']]['icon_id'],
|
'icon_id' => $categories[$news['category']]['icon_id'],
|
||||||
'title' => stripslashes($news['title']),
|
'title' => stripslashes($news['title']),
|
||||||
'date' => $news['date']
|
'date' => $news['date']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user