diff options
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/common.inc b/includes/common.inc index 98b654316..c07fc1bee 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -2774,6 +2774,9 @@ function drupal_common_themes() { 'button' => array( 'arguments' => array('element' => NULL), ), + 'image_button' => array( + 'arguments' => array('element' => NULL), + ), 'hidden' => array( 'arguments' => array('element' => NULL), ), |