1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 13:21:54 +02:00

FAQs: SEF URL fixes.

This commit is contained in:
Cameron
2016-01-26 16:07:35 -08:00
parent 7a38046e4e
commit be309cd7b8
3 changed files with 6 additions and 5 deletions

View File

@@ -53,7 +53,7 @@ class faqs_sitelink // include plugin-folder in the name.
{
$sublinks[] = array(
'link_name' => $tp->toHtml($row['faq_info_title'],'','TITLE'),
'link_url' => e107::getUrl()->sc('faqs/list/all', array('category' => $row['faq_info_id'])),
'link_url' => e107::url('faqs', 'category', $row),
'link_description' => $row['faq_info_about'],
'link_button' => $row['faq_info_icon'],
'link_category' => '',