set_prefilter('picture', 'hide_title_on_browse_path_prefilter'); } function hide_title_on_browse_path_prefilter($content, &$smarty) { $pattern = '#\{\$LEVEL_SEPARATOR\}

\{\$current.TITLE\}

#ms'; $replacement = ''; return preg_replace($pattern, $replacement, $content); } ?>