2012-01-08, 07:57:24
Carlos Wrote:Bak Wrote:Is there the possibility of knowing the number of pages in the folder "pages"?
If you want to display or use that number in your template, components, etc.:
Code:<?php echo count(glob(GSDATAPAGESPATH.'*.xml')); ?>
Thankyou...great!