Here's the link to the documentation for the ContentBase class of which your $page is a member of:
http://www.cmsmadesimple.org/apidoc/CMS ... tBase.html
It looks like $page->mType might tell you which content type it is.
I saw somewhere how to find out the number of pages on the website
Re: I saw somewhere how to find out the number of pages on t
For this to work with 1.10.*+
Replace:
mActive
mMetadata
mName
With:
Active()
Metadata()
Name()
Replace:
mActive
mMetadata
mName
With:
Active()
Metadata()
Name()