description of the style changer (bottom)

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Sat May 12, 2012 11:10 am
How (where) can I change the description of the style (christmas - colourful - green etc.).
User avatar
Senior Boarder

GK User
Sat May 12, 2012 3:52 pm
Hi,

You can find and change it in file templates/gk_music/layouts/blocks/footer.php

Code: Select all
<?php if($this->getParam('stylearea', '0') == '1') : ?>
            <div id="gkStyleArea">
                  <div id="gkColors">
                        <a href="#" id="gkColor1">Colorful</a>
                        <a href="#" id="gkColor2">Red</a>
                        <a href="#" id="gkColor3">Green</a>
                        <a href="#" id="gkColor4">Christmas</a>
                  </div>
            </div>
            <?php endif; ?>


Cheers,
User avatar
Platinum Boarder


cron