Created
August 3, 2012 12:45
-
-
Save ashsmith/3247348 to your computer and use it in GitHub Desktop.
test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<layout version="0.1.0"> | |
<!-- the block is set to show on the individual product page; change the layout name to use this block on other pages. | |
You can also add the block to other layouts --> | |
<catalog_product_view> | |
<reference name="left"> | |
<block type="randomtestimonial/template_random" name="random.testimonial"> | |
<!-- remove comments to set the title of this testimonial block or leave commented out to use the CMS block title --> | |
<action method="setTitle" translate="title"><title>What Customers Say...</title></action> | |
<!-- set the cms block identifier prefix for all cms blocks to be used with this template --> | |
<action method="setIdentifier"><identifier>testimonial-</identifier></action> | |
</block> | |
</reference> | |
</catalog_product_view> | |
</layout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment