Zen Cart Logo
Forums / General Questions / How To Pass Search Keywords To metatags.php

How To Pass Search Keywords To metatags.php

Locked

Views: 855

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
11 Sep 2007, 6:08 PM
#1
shrimp_gumbo_mmmhhh avatar

shrimp_gumbo_mmmhhh

Totally Zenned

Join Date:
Jun 2007
Location:
Texas, USA
Posts:
1,436
Plugin Contributions:
0

How To Pass Search Keywords To metatags.php

Could someone tell me how I can pass a users search keywords (KEYWORD_FORMAT_STRING ????) to the metatags.php. I would like to make the advanced_search_results a little more friendly. Would I need to create a new global variable to catch it and how would I do that?

Thank you,

Shrimp-Gumbo

11 Sep 2007, 8:06 PM
#2
shrimp_gumbo_mmmhhh avatar

shrimp_gumbo_mmmhhh

Totally Zenned

Join Date:
Jun 2007
Location:
Texas, USA
Posts:
1,436
Plugin Contributions:
0

Re: How To Pass Search Keywords To metatags.php

/includes/modules/pages/advanced_search_result/header_php.php

define('NAVBAR_TITLE_ADD_ENTRY',$_GET['keyword']);
:clap: