Needs review
Project:
Dynamic Rendering
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jul 2010 at 22:27 UTC
Updated:
27 Jul 2010 at 22:27 UTC
The theme functions are being used incorrectly. Sample:
$delimg = theme('image', drupal_get_path('module', 'render') .'/images/delete.png');
Change:
$variables = array();
$variables['filepath'] = drupal_get_path('module', 'render') .'/images/delete.png';
$delimg = theme('image', $variables);