Advanced Search  
Advanced Search


Pages: [1]
Print
Author Topic: Change footer of Callie Rush template  (Read 2501 times)
tumismo
Offline Offline

Posts: 9



« on: November 04, 2011, 01:16:18 PM »

How can I change the footer "designed by  shape5.com Joomla Templates" of Callie Rush template?

Thank you!
Logged
mikek
Shape 5 Administrator
Online Online

Posts: 19390



WWW
« Reply #1 on: November 04, 2011, 01:31:26 PM »

Hello,

Just edit vertex/footer.php
Logged

Mike
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Using Firebug will save you so much time, frustration and forum questions:
http://getfirebug.com/


- Need some custom coding done on your site? Use our Shape 5 Hire a Coder program for free:
http://www.shape5.com/hire_a_coder/listauctions
tumismo
Offline Offline

Posts: 9



« Reply #2 on: November 04, 2011, 03:38:14 PM »

But in the footer it doesn't appear "designed by  shape5.com Joomla Templates".

This is my footer.php :

<?php
/**
* @version      $Id: footer.php 14401 2010-01-26 14:10:00Z louis $
* @package      Joomla
* @copyright   Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
* @license      GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/

// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );

$version = new JVersion();

// NOTE - You may change this file to suit your site needs
?>
<div align="center">
   &copy; <?php echo JHTML::_('date',  'now', '%Y' ) . ' ' . $mainframe->getCfg('sitename'); ?>
</div>

<div align="center">
   <?php echo $version->URL; ?>
</div>
Logged
tumismo
Offline Offline

Posts: 9



« Reply #3 on: November 04, 2011, 05:53:15 PM »

I managed to fix it and change the footer, I was editing another footer.php.

The problem is solved!

Thank you very much for your help
Logged
Pages: [1]
Print

Jump to:  


Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Page created in 0.045 seconds with 18 queries.