coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: popupbob on February 25, 2007, 11:28:11 PM

Title: Results printed in header :(
Post by: popupbob on February 25, 2007, 11:28:11 PM
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?
Title: Re: Results printed in header :(
Post by: Nibbler on February 26, 2007, 12:15:38 AM
include/functions.inc.php

$album_name = $lang_meta_album_names['search'].' - "'. strtr($search_string, $HTML_SUBST) . '"';
Title: Re: Results printed in header :(
Post by: popupbob on February 26, 2007, 12:29:32 AM
ahh thanks ;);)