google_cse_results_gadget.tpl.php in Google Custom Search Engine 7
Same filename and directory in other branches
2 theme calls to google_cse_results_gadget.tpl.php
- google_cse_form_search_form_alter in ./
google_cse.module - Adds custom submit handler for search form.
- google_cse_results_searchbox_form in ./
google_cse.theme.inc - Form builder for the searchbox forms.
File
google_cse_results_gadget.tpl.phpView source
<div id="google-cse-results-gadget">
<a href="http://fusion.google.com/add?moduleurl=http%3A%2F%2Fwww.google.com%2Fcoop/api/<?php
print $creator;
?>/cse/<?php
print $id;
?>/gadget">
<img src="https://www.google.com/ig/images/plus_google.gif" width="62" height="17" border="0" alt="<?php
print t('Add to Google');
?>" />
</a>
</div>