coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: julieanne on June 02, 2004, 04:02:03 AM

Title: how can we hide the search stuff?
Post by: julieanne on June 02, 2004, 04:02:03 AM
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?
Title: Re: how can we hide the search stuff?
Post by: Joachim Müller on June 02, 2004, 06:40:19 AM
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