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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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