Hi there,
In "what we do" I want to show the title of the item above the image. Can I do it from the module configuration or I have to change the code?
Can I do it from the module configuration or I have to change the code?
echo ' ----NAME OF ARTICLE ------- </a>';
echo ' '.$this->parent->content[$i]['title'].' </a>';
echo '<a href="your link" title="'.strip_tags($this->parent->content[$i]['title']).'" class="gkImage animate_queue_element active">';