Exemplo n.º 1
0
<?php 
include JPATH_SITE . DS . 'components' . DS . 'com_fsf' . DS . '_powered.php';
if (FSF_Settings::get('glossary_faqs')) {
    echo FSF_Glossary::Footer();
}
?>

<?php 
if ($this->tmpl) {
    echo "</div>";
}
?>

<?php 
echo $this->tmpl ? FSF_Helper::PageStylePopupEnd() : FSF_Helper::PageStyleEnd();
?>

<script>
<?php 
if ($this->tmpl) {
    ?>
jQuery(document).ready( function ()
{
	jQuery('a').click( function (ev) {
		ev.preventDefault();
		var href = jQuery(this).attr('href');
		window.parent.location.href = href;
	});		
});
<?php