Adding Adsense to Currency Page
Godmode - March 13, 2008 - 04:32
| Project: | Currency Exchange |
| Version: | 5.x-1.0 |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs work |
Jump to:
Description
As i understand, Currency module creates a stand alone page called yoursitename.com/currency
I would like to show adsense ads around the currency module. how can i possibly do it?

#1
The module needs to change to add a theme function that can be overriden in template.php.
You can do that with a form_alter() at present.
Either way, it involves coding.