| ruben |
|
|---|---|
|
i added PAGE_ROW_EXTRA1 but want to hide it when it's empty.
<!-- BEGIN: PAGE_ROW_EXTRA1 -->
<div class="block">
<div class="paging"><strong>{PAGE_ROW_EXTRA1}</strong></div>
</div>
<!-- END: PAGE_ROW_EXTRA1 -->
|
| Twiebie |
|
|---|---|
|
Try:
<!-- IF {PAGE_ROW_EXTRA1} -->
<div class="block">
<div class="paging"><strong>{PAGE_ROW_EXTRA1}</strong></div>
</div>
<!-- ENDIF -->
|
| ruben |
|
|---|---|
|
works! i tried with IF but i didn't use { } |