Changeset 527013
- Timestamp:
- 04/04/2012 02:49:21 AM (14 years ago)
- File:
-
- 1 edited
-
wp-vm-testimonials-plus/trunk/widget.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-vm-testimonials-plus/trunk/widget.php
r519444 r527013 26 26 $vm_tm_loop_item = $vm_tm_loop[$k]; 27 27 ?> 28 <div id="vm_tm_innerdiv<?=$vm_tm_loop_item['id']?>" style="width: 240px;">28 <div id="vm_tm_innerdiv<?=$vm_tm_loop_item['id']?>" style="width:<?=$vm_widget_width?>px !important;""> 29 29 <div > 30 30 <?php echo $vm_tm_loop_item['message']; ?>
Note: See TracChangeset
for help on using the changeset viewer.