true, 'local'=>true) ); $template->set_prefilter('picture', 'ccl_add_link_prefilter'); } function ccl_add_link_prefilter($content){ $custom_cont_tpl = '
{combine_css path="plugins/custom_contact_link/style.css"}'; if(isset($conf['custom_contact_link_position'])){ if ('properties-after' == $conf['custom_contact_link_position']){ $search = '##'; $replace = ''.$custom_cont_tpl; return preg_replace($search, $replace, $content, 1); } if('properties-before' == $conf['custom_contact_link_position']){ $search = '