简体   繁体   中英

magento get block in cms page

i'm install banner module -
ibanner in xml file

<cms_index_index>
    <reference name="content">
        <block type="ibanners/view" name="ibanners.homepage">
            <action method="setGroupCode"><group_code>home</group_code></action>
            <action method="setDisplayControls"><controls>1</controls></action>
        </block>
    </reference>
</cms_index_index>`

and banners shows in main page, how can i get them in cms page? i'm trying something like {{block type="ibanners/view" template="ibanners/default.phtml" name="ibanners.homepage" }} but it's not working

{{block type="ibanners/view" template="ibanners/default.phtml" name="ibanners.homepage" }}

Copy above code it will work :)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM