how can we hide the search stuff? how can we hide the search stuff?
 

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

how can we hide the search stuff?

Started by julieanne, June 02, 2004, 04:02:03 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

julieanne

hey i was in my search page and i want to know how i can hide that text that appears above the thumbnails in the search thingy. it says like:

Search Results - "2001"

have any suggestions?

Joachim Müller

in include/functions.inc.php find                if ($ALBUM_SET && $CURRENT_CAT_NAME) {
                       $album_name = $lang_meta_album_names['search'].' - '. $CURRENT_CAT_NAME;
               } else {
                       $album_name = $lang_meta_album_names['search'].' - "'. strtr($search_string, $HTML_SUBST) . '"';
               }
and edit accordingly.

GauGau