flexicontent fields in template


/ Published in: PHP
Save to your folder(s)

in category item


Copy this code and paste it in your HTML
  1. <? if ($this->items[$i]->fields['main_image_left']->display) {
  2. echo ($this->items[$i]->fields['main_image_left']->display);
  3. } ?>

URL: http://www.flexicontent.org/forum/index.php?f=26&t=105&p=499&rb_v=viewtopic#p499

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.