Merge command: [strnews-boxnrcurrentpage ]
Merge variable/item: nrCurrentpage
Comments:
This calculates the newsbox number that is currently being generated based on the pagination settings in the url (querystring). The value depends on the `newstart=` and `newscount=` parameters.
Formula:
((startnrStartpage+(nrOnPage-1))/nrOnPage);
Merge variable/item: nrCurrentpage
Comments:
This calculates the newsbox number that is currently being generated based on the pagination settings in the url (querystring). The value depends on the `newstart=` and `newscount=` parameters.
Formula:
((startnrStartpage+(nrOnPage-1))/nrOnPage);