$params->get('imgcfg_type'), 'width' => $params->get('imgcfg_width'), 'height' => $params->get('imgcfg_height'), 'quality' => 90, 'function' => ($params->get('imgcfg_function') == 'none') ? null : 'resize', 'function_mode' => ($params->get('imgcfg_function') == 'none') ? null : substr($params->get('imgcfg_function'), 7), 'transparency' => $params->get('imgcfg_transparency', 1) ? true : false, 'background' => $params->get('imgcfg_background')); if (!empty($child_items)) { $app = JFactory::getApplication(); $k = $app->input->getInt('ajax_reslisting_start', 0); foreach ($child_items as $item) { $k++; ?>