| Trustmaster |
|
|---|---|
|
You are also damn right about arrays
There an array $tag_areas, you can extend it with your own search this way:hook into 'tags.first': $tag_areas[] = 'files';
function sed_tag_search_files($query)
{
// Perform the search
}May the Source be with you!
|