Hi, I need to change the master page file where the <head>...</head>. I want to connect one element, I need to paste the code in index.php.
It is usually located in the template folder, but there is not this file. File index.php there is, but there is no <head>...</head>
Where can I find this file? Template: jm-cleaning-company
here is what I have in index.php:
<?php
/*
# Copyright (C) joomla-monster.com
# License:
www.gnu.org/licenses/gpl-2.0.html
GNU/GPLv2 only
# Website:
www.joomla-monster.com
# Support:
This email address is being protected from spambots. You need JavaScript enabled to view it.
*/
defined('_JEXEC') or die;
if (!defined('JMF_EXEC')) {
throw new Exception(JText::_('TPL_JMTEMPLATE_MISSING_JFM'));
}
include_once(JMF_TPL_PATH.DIRECTORY_SEPARATOR.'lib'.DIRECTORY_SEPARATOR.'jm_template.php');
$jmtpl = new JMTemplate($this);
$jmtpl->renderScheme('default');