EOT; $text .= starttable('100%', $icon_array['search'] . $lang_search_php['title'], 1, '', true); $ip = GALLERY_ADMIN_MODE ? ' ' : '     '; $customs = ''; foreach (range(1, 4) as $i) { $value = $CONFIG["user_field{$i}_name"]; if (!$value) { continue; } $customs .= <<< EOT EOT; } $text .= <<< EOT $customs $ip
{$lang_search_php['imgfields']}: {$lang_search_php['age']}:
{$lang_search_php['newer_than']} {$lang_search_php['days']}
{$lang_search_php['older_than']} {$lang_search_php['days']}
 
 
   
{$lang_search_php['albcatfields']}:  
 
 
EOT; $text .= endtable(true); $text .= ''; $text = CPGPluginAPI::filter('search_form', $text); echo $text; if ($CONFIG['clickable_keyword_search'] != 0) { include('include/keyword.inc.php'); } echo <<< EOT EOT; pagefooter(); ?>