mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 01:30:32 +02:00
Case cleanup toHtml() should be toHTML()
This commit is contained in:
@@ -86,7 +86,7 @@ foreach($arr as $year=>$val)
|
||||
{
|
||||
$url = e107::getUrl()->create('news/view/item', $row, array('allow' => 'news_sef,news_title,news_id,category_sef,category_name,category_id'));
|
||||
$var = array('ITEM_URL' => $url,
|
||||
'ITEM_TITLE' => $tp->toHtml($row['news_title'],false,'TITLE'),
|
||||
'ITEM_TITLE' => $tp->toHTML($row['news_title'],false,'TITLE'),
|
||||
);
|
||||
$text .= $tp->simpleParse($template['item'], $var);
|
||||
}
|
||||
|
Reference in New Issue
Block a user