Hello,
I’m setting up the JM Siotis theme at the moment. I’m going through the guide
http://www.joomlart.com/forums/showt…otis-Userguide
Under
3. JM Products Extension:
I’m missing the "please fill in Layout Update XML parameter as below :.."
information what I have to add to the "Home page" design for the JM Products Extension.
Any hints?
Thanks
Daniel
4 answers
Hi Daniel!
This is code for JM Products Extension use to add on Home page:
PHP Code:
<reference name="content">
<block type="joomlart_jmproducts/list" name="home.jmproducts.list" template="joomlart/jmproducts/list.phtml" >
<action method="setData"><name>title</name><value>Featured Products</value></action>
<action method="setData"><name>mode</name><value>featured</value></action>
</block>
</reference>
How can I remove toolbar_list from home page???
You can open file: \app\design\frontend\default\jm_siotistemplate\jo omlart\jmproducts\list.phtml
At line 1, remove or comment this line of code:
Code:
<?php echo $this->getToolbarHtml(); ?>
ok thanks!!
This question is now closed