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

Glyph supported added to FAQs and Pages/Menus

This commit is contained in:
Cameron
2013-07-12 09:07:56 -07:00
parent 9d0f6ed3cf
commit 63deda350d
6 changed files with 1511 additions and 5 deletions

View File

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