Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
I havn't added any images. There doesn't seem to be an option for it. That's the list of catagories not an actual catagory. i've checked most options but can't seem to find anything
// PARAMS - Define image tag attributes
if ($params->get('image') != -1) {
$attribs['align'] = $params->get('image_align');
$attribs['hspace'] = 6;
// Use the static HTML library to build the image tag
$tmpl['image'] = JHTML::_('image', 'images/stories/'.$params->get('image'), JText::_('Phoca gallery'), $attribs);
}
// PARAMS - Define image tag attributes
if ($params->get('image') != -1) {
$attribs['align'] = $params->get('image_align');
$attribs['hspace'] = 6;
// Use the static HTML library to build the image tag
$tmpl['image'] = JHTML::_('image', 'images/stories/'.$params->get('image'), JText::_('Phoca gallery'), $attribs);
}