I am trying to insert the Wishlist button either under add to cart or next to it.

Here is the Code I have.

PHP Code:
<!--bof Wishlist button -->
            
            <?php if (MODULE_WISHLIST_ENABLED) { ?>
            <div id="productWishlistLink" class="buttonRow back">
            <?php echo zen_image_submit(BUTTON_IMAGE_WISHLIST_ADDBUTTON_WISHLIST_ADD_ALT'name="wishlist" value="yes"'); 
                   
?></div>
    
        <?php }
            else
            {}
            
?>
<!--eof Wishlist button -->
Anyone?