]*?src\s*=\s*(\'|\")(.*?)\\1[^>]*?\/?\s*>/i',$content,$match); $content = str_replace($match[0],''.$match[0].'',$content); return $content; } function pdf2tab_add_link_beside_image($content, $element_info) { $content .= '

'.l10n('Open the file in a new tab').''; return $content; } ?>