I am new to theming, but I am starting to get the hang of the ideas and concepts behind it. I really want to customize the search results page.

To be specific, I would like to be able to add a Quicktab output in my Search-result.tpl.php file. Those quicktabs would use views based on search results and have tabs for "Games," "News," "Reviews," etc...

I found two theme functions in the quicktab module:

1. theme_quicktabs($quicktabs)
2. theme_quicktabs_tabs($quicktabs, $active_tab = 'none')

from what I understand, I am supposed to copy those into my template.php file and then somehow I can use them in other places? Is it even possible to do something like this? I don't want to waste my time trying if it isn't, but if it IS, I know eventually I can figure it out and it will be worth it.

Can someone help me a little?

thanks.