I've been playing around with magento's PHP files. However I cannot seem to figure out what gets pulled out with
<?php echo $this->getChildHtml('content') ?>
and from where this comes from. For instance, I can
see a some text that says "Home Page" but I cannot
find where this comes from by wading through the
various files under /app/design/frontend/base/default
and turning on template paths hints does not help.
The version of magento I am running is 1.7.0.2. Any help would be greatly appreciated.