Changeset 3768
- Timestamp:
- 04/12/07 00:27:30 (6 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfThreeColumnLayoutHelper/lib/helper/ThreeColumnLayoutHelper.php
r3764 r3768 51 51 } 52 52 53 if( $slot )53 if( $slot != 'disabled' AND $slot ) 54 54 { 55 55 return '<div class="layout_slot_box" id="layout_slot_box_'.$num.'">'.$slot.'</div>';