Hi, when I do a search from the search.php - then a text result is printed in the header: ex.
Search results - "z"
..how or where can I remove that?
include/functions.inc.php
$album_name = $lang_meta_album_names['search'].' - "'. strtr($search_string, $HTML_SUBST) . '"';
ahh thanks ;);)