/ Published in: PHP
Expand |
Embed | Plain Text
// http://www.hellothemes.com/support/documentation/hellowired-documentation/ // include static block {{block type="cms/block" block_id="static_block_name"}} /* <block type="cms/block" block_id="homepage-news"> <action method="setBlockId"><block_id>homepage-news</block_id></action> </block> */ // skin path {{skin url='images/media/promo3.jpg'}} // include page {{block type="catalog/product_list" category_id="3" column_count="4" template="catalog/product/list.phtml"}} /* Same as the following XML code <block type="catalog/product_list" name="new_arrivals" template="catalog/product/list.phtml"> <action method="setCategoryId"><category_id>3</category_id></action> <action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>4</count></action> </block> */
You need to login to post a comment.
