Advertisement
matthewpoer

SugarCRM, getting img and icons

May 8th, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.40 KB | None | 0 0
  1. $this->activity_type = "<img src='index.php?entryPoint=getImage&themeName=default&imageName={$this->activity_type}.gif' alt='{$this->activity_type}' title='{$this->activity_type}' /> {$this->activity_type}";
  2.  
  3. $this->activity_type = "<img src='".SugarThemeRegistry::current()->getImageURL($this->activity_type.'.gif')."' alt='{$this->activity_type}' title='{$this->activity_type}' /> {$this->activity_type}";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement