Download & Extend

Add theme functions for provider logo display

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.

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.)

<?php
function MYTHEME_uc_migs_cc_logo($filename, $alttext) {
  return
theme('imagecache', 'cc_logo', $filename, $alttext) ;
}
?>
AttachmentSize
826574-uc_migs_logo_theme.patch 3.41 KB

#2

bleh, double-posted

AttachmentSize
826574-uc_migs_logo_theme.patch 3.41 KB

#3

Status:active» fixed

committed

#4

committed

#5

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

nobody click here