<li><input type="radio" id="subSearch1" name="subSearch" value="travel,1" [+as.subSearch1Checked+] /><label for="subSearch1">Travel pictures gallery</label></li>
function travel(){ $config = array(); // travel search definition $config['documents'] = '104'; $config['whereSearch'] = 'content:alias|jot|maxigallery'; $config['extract'] = '0'; $config['breadcrumbs'] = 'Breadcrumbs,showHomeCrumb:0,showCrumbsAtHome:1'; return $config; }
This question has been answered by coroico. See the first response.
if(!function_exists('travel')) { function travel(){ $config = array(); // travel search definition $config['documents'] = '104'; $config['whereSearch'] = 'content:alias|jot|maxigallery'; $config['extract'] = '0'; $config['breadcrumbs'] = 'Breadcrumbs,showHomeCrumb:0,showCrumbsAtHome:1'; return $config; } }