Add "My Favorites" as a top.link
To get the work done, after the successful installation of Amasty’s Favorite Products follow these short steps:
1- With FTP software like file zilla go to:
/app/design/frontend/default/Your_Layout/template/page/template/
2- Download links.phtml
3- Open it with your favorite editor, I use Notepad ++.
4- In line 35 paste this code:
<!– Favorite Top Link –>
<li class=”first”><a href=”<?php echo $this→getUrl(’‘)?>amlist/list”><?php echo $this→__(’My Favorites’) ?></a></li>
<!– Favorite Top Link –>
— Rastgoo 2010/02/17 10:10


