Shape 5

Joomla Templates => Fitness Center - Club => : altonf April 01, 2018, 03:35:58 PM



: Help adding some to the HEAD of template
: altonf April 01, 2018, 03:35:58 PM
Mike,

I need to add xmlns:fb="https://www.facebook.com/2008/fbml" to this template. I found this:

//Calls Joomla <head> calls
function s5_head_call() { ?>
<jdoc:include type="head" />
<?php }

//Calls the default lanaguage
function s5_language_call() {
$lang = JFactory::getLanguage();
?>
xml:lang="<?php echo $lang->getTag(); ?>" lang="<?php echo $lang->getTag(); ?>"
<?php }

I'm assuming this is the place, can you help?

Thanks as always
Alton


: Re: Help adding some to the HEAD of template
: mikek April 03, 2018, 07:35:49 AM
Hello,

I don't know what that script is where it's supposed to be placed, we don't provide support on integrating third party scripts. The code you pasted above is part of the head though.