Joomla 1.5 problems

Discussion in 'Scripts' started by nightfish, Aug 29, 2008.

  1. #1
    Hello,

    I'm facing some problems with Joomla - can't remove those links in the footer like "Start" "Prev" "Next" "End" and the numbers obviously. I went throughout the Joomla files but wasn't able to find what i was looking for. Has anyone got a solution for this. I'd be very grateful for that.

    Thanks for reading.
     
    nightfish, Aug 29, 2008 IP
  2. Low Man

    Low Man Peon

    Messages:
    117
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Do you have access to the footer file? Paste it here, someone might be able to help you out.
     
    Low Man, Aug 29, 2008 IP
  3. nightfish

    nightfish Peon

    Messages:
    136
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    The thing is i don't really know in which file actually those links are. Here's includes/footer.php, but i think you can't cut much of it:

    <?php
    /**
    * @version		$Id: footer.php 10381 2008-06-01 03:35:53Z pasamio $
    * @package		Joomla
    * @copyright	Copyright (C) 2005 - 2008 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>
    Code (markup):
     
    nightfish, Aug 29, 2008 IP
  4. Low Man

    Low Man Peon

    Messages:
    117
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    It's not in there. Body HTML?
     
    Low Man, Aug 30, 2008 IP
  5. nightfish

    nightfish Peon

    Messages:
    136
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Umm.. Could you give ne name of the file?
     
    nightfish, Aug 30, 2008 IP