-
- XPSM1730

-
Total Posts: 70
Joined: 2008-02-27
|
I want to remove the links which are displayed in frontend/default/default/template/page/template/links.phtml like RSS, site map etc.
Where does it get the links from?
<?php
/**
* Magento
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to so we can send you a copy immediately.
*
* @category design_default
* @package Mage
* @copyright Copyright (c) 2004-2007 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
?>
<div class="informational">
<?php echo $this->getChildHtml() ?>
</div>
<p class="legality">
<?php /*
<?php echo $this->__('') ?> - <a href="http://www.magentocommerce.com/bug-tracking" id="bug_tracking_link"><strong><?php echo $this->__('Report All Bugs') ?></strong></a> <?php echo $this->__('(ver. %s)', Mage::getVersion()) ?><br />
<script type="text/javascript\">
$(’bug_tracking_link’).target = “varien_external”;
</script>
*/ ?>
</p>
|