Results printed in header :( Results printed in header :(
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Results printed in header :(

Started by popupbob, February 25, 2007, 11:28:11 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

popupbob

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?

Nibbler

include/functions.inc.php

$album_name = $lang_meta_album_names['search'].' - "'. strtr($search_string, $HTML_SUBST) . '"';

popupbob