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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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