hidden module position

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Tue Aug 06, 2013 10:26 am
Hi, for my needs, I need to enter a code in the main file to create a hidden module position. I have already done this on other templates (not your own).
My problem is that if I go to edit the main file unfortunately do not find in the source code of the index page.
I need to access the <head> </ head> but I can not find it.
Where can I find it?
User avatar
Expert Boarder

GK User
Tue Aug 06, 2013 11:31 am
For which template exactly?
User avatar
Moderator

GK User
Tue Aug 06, 2013 12:34 pm
Oooops...sorry!
GK Fest on Joomla! 2.5
User avatar
Expert Boarder

GK User
Tue Aug 06, 2013 3:45 pm
Inside:
/templates/gk_fest/layouts/default.php
You will find:
Code: Select all
<head>
   <?php $this->layout->addTouchIcon(); ?>
   <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2.0">
    <jdoc:include type="head" />
    <?php $this->layout->loadBlock('head'); ?>
   <?php $this->layout->loadBlock('cookielaw'); ?>
</head>

which includes two files:
/templates/gk_fest/layouts/blocks/head.php
/templates/gk_fest/layouts/blocks/cookielaw.php
User avatar
Moderator


cron