11 Feb FHA Front Page With Links
{source}
<?php
$document =& JFactory::getDocument();
JHtml::_(‘jquery.framework’);
$document->addScriptDeclaration(‘ // $j is jQuery reference
var $j = jQuery.noConflict();
‘);
$isGuest = $user->guest;
if(!$isGuest) {
$userName = $user->name;
$userEmail = $user->email;
}
?>
{/source}
A software program needed for displaying the tab-format front page is out of order, so the individual pages must be accessed by the links below:
This situation is awaiting assistance from the program’s author and our hosting company.
{source}
<script type=”text/javascript”>
// console.log(‘hiding’);
var fhaHide = [‘.page-header:first’, ‘.btn-group’, ‘.pagination’, ‘div.blog div.page-header h1’, ‘div.blog h2 span.subheading-category’];
for ( i=0; i<fhaHide.length; i++) {
jQuery(fhaHide[i]).css(‘display’, ‘none’);
}
</script>
{/source}