That all implies thatS_ROW_COUNT
andS_ROW_NUM
should be able to be used like this (test case only):But that causes a white page (no body tag content). Does anyone know why?Code:
<!-- IF (t_block1.S_ROW_COUNT = 4) --> style="background:red;"<!-- ENDIF -->
=
vs ==
As used in prosilver/template/faq_body.html
Code:
<!-- IF faq_block.SWITCH_COLUMN or (SWITCH_COLUMN_MANUALLY and faq_block.S_ROW_COUNT == 4) --></div><div class="column2"><!-- ENDIF -->
Statistics: Posted by NeoDev — Tue Sep 17, 2024 8:34 pm