Hi all,
how to add and publish custom html module and user module position in mobile layout.?
<?xml version="1.0" encoding="utf-8"?>
<layout body-class="bd-iphone" device="iphone">
<name>Iphone</name>
<description>Default layout for Iphone</description>
<!--Extra css load for this layout-->
<stylesheets>
<file>css/iphone/layout.css</file>
<file>css/iphone/template.css</file>
</stylesheets>
<scripts>
<file>js/iphone.js</file>
</scripts>
<blocks name="top" style="xhtml">
<block name="mainnav" type="iphone/mainnav" class="black"></block>
<block name="header" type="iphone/header"></block>
<block name="slideshow" type="modules" style="raw">slideshow</block>
</blocks>
<blocks name="middle">
</blocks>
<blocks name="bottom" style="xhtml">
<block name="footer" type="iphone/footer"></block>
</blocks>
</layout>
thank you