Shout: Updates for compatibility with Horde_Themes changes
authorBen Klang <ben@alkaloid.net>
Tue, 9 Mar 2010 04:50:57 +0000 (23:50 -0500)
committerBen Klang <ben@alkaloid.net>
Tue, 9 Mar 2010 04:50:57 +0000 (23:50 -0500)
shout/templates/dialplan/edit.inc

index c51ca0d..9c2c1f7 100644 (file)
@@ -39,7 +39,7 @@ function editAction(digit)
 {
     if ($('selectActionForm') == null) {
         var curDigit = digit;
-        $('digitGraphic').src = '<?php echo Horde_Themes::img() ?>/digit-'+digit+'.png';
+        $('digitGraphic').src = '<?php echo Horde_Themes::img(null, array('notheme' => true, 'nohorde' => true)); ?>/digit-'+digit+'.png';
 
         // Draw the selectActionForm
         $('editActionOverlay').show();