mirror of
https://github.com/e107inc/e107.git
synced 2025-07-29 02:40:25 +02:00
FAQ plugin - added shortcode category ID
Co-Authored-By: Jimako <jimmi08@users.noreply.github.com>
This commit is contained in:
@@ -199,6 +199,12 @@ class faqs_shortcodes extends e_shortcode
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* {FAQ_CATEGORY_ID} */
|
||||||
|
function sc_faq_category_id($parm = '')
|
||||||
|
{
|
||||||
|
return $this->var['faq_parent'];
|
||||||
|
}
|
||||||
|
|
||||||
function sc_faq_category($parm = '')
|
function sc_faq_category($parm = '')
|
||||||
{
|
{
|
||||||
// $tp = e107::getParser();
|
// $tp = e107::getParser();
|
||||||
|
Reference in New Issue
Block a user