如何更改标题徽标以链接到magento中的外部网站?

时间:2011-10-24 09:59:16

标签: magento hyperlink

我正在努力实现以下目标:

我们的客户需要他的magento网站的标题标识将他带到另一个网站(不同的域名)..我试图改变header.phtml但链接正在变为:www.websitedomain.com/index.php/www .otherdomain.com

我想要的只是导航到www.otherdomain.com

怎么可能?

3 个答案:

答案 0 :(得分:1)

您需要更改图片中的链接以转到相应的位置。

我认为该文件应位于:

/app/design/frontend/yourtemplate/yourtemplate/page/html/header.phtml

答案 1 :(得分:0)

使用 http:// ,如下文

锚标记中的

http://www.otherdomain.com

答案 2 :(得分:0)

以防其他人来这里寻找答案,在上面的文件中,第105行(v1.9.2) -

添加以下网址

<h1 class="logo"><strong class="no-display"><?php echo $this->getLogoAlt() ?></strong><a href="http://URL.COM" title="<?php echo $this->getLogoAlt() ?>" class="logo"><img src="<?php echo $logo_src ?>" alt="<?php echo $this->getLogoAlt() ?>" /></a></h1>