FORUMS CLOSED DUE TO SPAM. YOU STILL CAN ADD POST!

ZimXaM posts

Feed 2 posts

How to use tabs into layout and snippet

But an other question: what is the meaning of the true parameter?

 

How to use tabs into layout and snippet

Find it! Pretty simple!

<?php echo $this->content('image', true); ?> 

Maxime!

 

How to use tabs into layout and snippet

Hello!

I want to use the tabs content (when I write an article) into my layout, but I didn’t find anywhere how to do this. Here is an example of what I want to do:

<div class=“img”><img src=”<?php echo $this->tab(image_url); ?>” /></div> <div class=“img_legend”><?php echo $this->tab(image_legend); ?></div>

Any solution?

Maxime