ZimXaM posts
How to use tabs into layout and snippetBut an other question: what is the meaning of the true parameter? |
How to use tabs into layout and snippetFind it! Pretty simple!
Maxime! |
How to use tabs into layout and snippetHello! 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 |