Получение CMS страницы:
$block = Mage::getModel('cms/page')->setStoreId(Mage::app()->getStore()->getId())->load($id); $html = $block->getContent();