mirror of
https://github.com/e107inc/e107.git
synced 2025-07-24 16:31:48 +02:00
FAQ plugin - add shortcode for ID
This commit is contained in:
@@ -432,4 +432,9 @@ class faqs_shortcodes extends e_shortcode
|
||||
|
||||
}
|
||||
|
||||
function sc_faq_id($parm=null)
|
||||
{
|
||||
return $this->var['faq_id'];
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user