Magento News
Changing meta info through ftp
by Mark (Posted Fri, 16 Apr 2010 09:49:03 GMT)
FINALLY!
This is what I have been looking for, in:
appcodecoreMagePageBlockHtmlHead.php
- Code:
public function getTitle()
{
if (empty($this->_data['title'])) {
$this->_data['title'] = $this->getDefaultTitle();
}
if($this->fpseo_isHome())
{$this->_data['title'] = "~~~~~~TITLE HERE~~~~~";}
return htmlspecialchars(html_entity_decode($this->_data['title'], ENT_QUOTES, 'UTF-8'));
} public function getDefaultTitle()
{
return Mage::getStoreConfig('design/head/default_title');
}
I have no idea why this has been altered this way, but hey…
http://magento-forum.co.uk/viewtopic.php?f=6&t=201#p740
Possibly Related Posts:
- Magento USPS Shipping Method, add option / force Insurance by pmuskoff http://t.co/JMbzme8o
- #freelance jobs: Magento USPS Shipping Method, add option / force Insurance by pmuskoff: We run a Mage… http://t.co/X5syN4Xc #projects
- Magento USPS Shipping Method, add option / force Insurance by pmuskoff: We run a Magento store … http://t.co/cjTFzhit #freelance #work
- Magento USPS Shipping Method, add option / force Insurance by pmuskoff: We run a Magento store in… http://t.co/K4NdKyWs #magento #jobs
- We run a Magento store in which everything is shipped via USPS. We ship valuable products which need to be insu… http://t.co/JmW0PeR0
RSS Feed