- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2015
06:25 AM
05-29-2015
06:25 AM
Hi,
I have the following code in my page.xml to add a new pagelayout:
<page_stratic_kategorieseite> <label>Kat</label> <reference name="root"> <action method="setTemplate"><template>page/stratic_kategorieseite.phtml</template></action> <action method="setIsHandle"><applied>1</applied></action> </reference> </page_stratic_kategorieseite>
But the option isn't displayed in the Backend.
Does anybody know why?
Thanks in advance
----------------------------------------------------------------------------------------------
NDDT-Designs
NDDT-Designs
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2015
08:46 AM
05-29-2015
08:46 AM
you are not done,
<page> <layouts> <one_column_bare module="page" translate="label"> <label>Kat</label> <template>page/stratic_kategorieseite.phtml</template> <layout_handle>page_stratic_kategorieseite</layout_handle> </one_column_bare> </layouts> </page>
add this to the global node of your config.xml in your local module, and replace param values where nessesary
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2015
08:46 AM
05-29-2015
08:46 AM
you are not done,
<page> <layouts> <one_column_bare module="page" translate="label"> <label>Kat</label> <template>page/stratic_kategorieseite.phtml</template> <layout_handle>page_stratic_kategorieseite</layout_handle> </one_column_bare> </layouts> </page>
add this to the global node of your config.xml in your local module, and replace param values where nessesary
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2015
05:33 AM
06-03-2015
05:33 AM
Re: Page.xml
Thanks this solved my Problem
----------------------------------------------------------------------------------------------
NDDT-Designs
NDDT-Designs