Posted by grobot on June 14, 2010 at 4:09am
2 followers
| Project: | Ubercart MIGS Gateway |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | grobot |
| Status: | closed (fixed) |
Issue Summary
As per title.
| Project: | Ubercart MIGS Gateway |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | grobot |
| Status: | closed (fixed) |
As per title.
Comments
#1
patch
You can use a theme function like the following to customise the provider logos. (Or you can fire up Photoshop before uploading them.)
<?phpfunction MYTHEME_uc_migs_cc_logo($filename, $alttext) {
return theme('imagecache', 'cc_logo', $filename, $alttext) ;
}
?>
#2
bleh, double-posted
#3
committed
#4
committed
#5
Automatically closed -- issue fixed for 2 weeks with no activity.