... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
|
2 | 2 |
<?php if ($this->tableless): ?> |
3 | 3 |
|
4 |
- <div class="<?php echo $this->prefix; ?> explanation"> |
|
4 |
+ <div class="<?php echo $this->prefix; ?> explanation<?php if ($this->eSM_fl_width): ?> w<?php echo $this->eSM_fl_width; ?><?php endif; ?><?php if ($this->eSM_fl_clear): ?> clr<?php endif; ?><?php if ($this->eSM_fl_class): ?> <?php echo $this->eSM_fl_class; ?><?php endif; ?>"> |
|
5 | 5 |
<?php echo $this->generate(); ?> |
6 | 6 |
</div> |
7 | 7 |
|
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
|
2 | 2 |
<?php if ($this->tableless): ?> |
3 | 3 |
|
4 |
- <div class="<?php echo $this->prefix; ?> headline"> |
|
4 |
+ <div class="<?php echo $this->prefix; ?> headline w100<?php if ($this->eSM_fl_class): ?> <?php echo $this->eSM_fl_class; ?><?php endif; ?>"> |
|
5 | 5 |
<?php echo $this->generate(); ?> |
6 | 6 |
</div> |
7 | 7 |
|