so far i have done
#1 templateDetails.xml file i added
- Code: Select all
<position>google</position>
just below like 81
#2 gk.const.php file i added
- Code: Select all
'google' => 'none',
just below line 30
#3 Default.php file i added
- Code: Select all
<?php if($this->modules(‘google’)) : ?>
<div id="google">
<jdoc:include type=”modules” name=”google” style=”<?php echo $this->module_styles['google']; ?>” />
</div>
<?php endif; ?>
just below line 68 logo block
#4 also tried with " layouts/blocks "
i added
- Code: Select all
<?php if($this->modules(‘google’)) : ?>
<div id="google">
<jdoc:include type=”modules” name=”google” style=”<?php echo $this->module_styles['google']; ?>” />
</div>
<?php endif; ?>
to "logo.php2 just below line 48
... i can see the module position name ... but it does not show the module ...
its a google ad i would like to place between logo and userarea
website RegatulUnit.com
thanks