コード例 #1
0
ファイル: faq.php プロジェクト: sansandeep143/av
    ?>
/components/com_fsf/assets/images/featuredfaq.png"	width="16" height="16" /><?php 
    echo JText::_('Featured_faq');
    ?>
</div>
<?php 
}
?>

<div class='fsf_faq_answer_single'>	
 
<?php 
if (FSF_Settings::get('glossary_faqs')) {
    echo FSF_Glossary::ReplaceGlossary($this->faq['answer']);
    if ($this->faq['fullanswer']) {
        echo FSF_Glossary::ReplaceGlossary($this->faq['fullanswer']);
    }
} else {
    echo $this->faq['answer'];
    if ($this->faq['fullanswer']) {
        echo $this->faq['fullanswer'];
    }
}
?>
	<?php 
if (count($this->tags) > 0) {
    ?>
	<div class='fsf_faq_tags'>
	
		<span><?php 
    echo JText::_('TAGS');