
I have some like that:
Code: Select all
<div>Top Website</div>
<div id="left_column">{content}</div>
<div id="right_column">{bannery category=""}</div>
<div>Footer Website</div>
And this code below should work fine, but he didn't

Code: Select all
<div>Top Website</div>
<div id="left_column">{content} [{gallery}]</div>
<div id="right_column">{bannery category=$fields.categoryformodule.value }</div>
<div>Footer Website</div>
Code: Select all
<div>Top Website</div>
<div id="left_column">{content} [{gallery}]</div>
<div id="right_column">
{capture assign=categoryfor}{$fields.categoryformodule.value}{/capture}
{Banery category=$categoryfor numbers='0'}
</div>
<div>Footer Website</div>

Its looks like {$fields.categoryformodule.value} dont see active at page the Gallery module, and he dont know what do with this code...
------------------------
Because I cant do as I wished. I decided half the code from the template type in the template Gallery. That way everything works, it is true I had to create additional template for the general and additional pages. However, problem solved.
Thanks You for trying help me! I appreciate it