Adding Logos At the Bottom

GK User
Fri Dec 09, 2011 12:36 am
I would like to add some logos at the bottom of the website below the copyright. i currently have the black and white template setup i've tried the "footer" but it is not enable, it doesn't appear when i look for positions.

I need add a couple of logos across the bottom horizontally but they need to be under copyrights? how can i do this thanks for the support?

here is the site: pulles.tv
User avatar
Fresh Boarder

GK User
Tue Dec 20, 2011 10:04 am
Hi,

There are two ways:

1. Add a static html code to footer file:
- Prepare a html code to display your logo's then add it to bottom of file: \templates\gk_black_and_white\layouts\blocks\footer.php

2. Load a module position to that place:
- Define a new module position, let's say "footerlogo", in file \templates\gk_black_and_white\templateDetails.xml

- Load this position by adding this code to bottom of file \templates\gk_black_and_white\layouts\blocks\footer.php
Code: Select all
<?php if($this->modules('footerlogo')) : ?>
   <div id="gkFooterNav">
      <jdoc:include type="modules" name="footerlogo" style="<?php echo $this->module_styles['footerlogo]; ?>" />
   </div>
   <?php endif; ?>

Then assign your modules to this position via module manager.
User avatar
Platinum Boarder


cron