helper('wishlist')->isAllow()) : ?>
helper('wishlist')->isRssAllow() && $this->hasWishlistItems()): ?> __('RSS Feed') ?>

getTitle(); ?>

getMessagesBlock()->toHtml(); $sampleStr = 'quickshop/index/view/path/'; $newM = str_replace($sampleStr, '', $oldM); $pos = strripos($oldM, $sampleStr); if ($pos === false) { echo $oldM; } else { echo $newM; } ?>
getChildHtml('top'); ?>
hasWishlistItems()): ?> getBlockHtml('formkey');?> getChild('items')->setItems($this->getWishlistItems()); ?> getChildHtml('items');?>

__('You have no items in your wishlist.') ?>

getChild('control_buttons')->toHtml();?>
getBlockHtml('formkey') ?>
getChildHtml('bottom'); ?>