2012-01-07, 20:16:11
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')); ?>