This "iinclude" plugin let's you include any created Page in your template by handing it the ID of the Page you want to include.
So, on my Parentpage, I would want to include possible Childpages, meaning I would like to find the Subpages of the Page I am currently on.
If my Pages' IDs and hierarchy were:
/mainPage ID1
/mainPage ID1/subpage ID4
/mainpage ID1/subpage ID5
/mainPage ID2
/mainPage ID3
/...
I would want to get a "4" (and possibly "5") returned, when browsing mainPage with ID1.
A bit like "$post->ID", but finding the current Pages children and not its own ID.
Any help greatly appreciated,
k.