\Model\Data::get("page_id"), "block_id" => \Model\Data::get("BLOCK_PARENT_ID"));
$subBlockData = \Model\StaticGet::getBlockRelation($where);
$subBlockData = \Controller\Loader\Content::getBlockData("detail", $subBlockData);
$subBlockInstance = new \Model\Loader\SubBlockInstance($subBlockData);
$destination = $subBlockInstance->getSubFolderFile();
echo "\n
memKey\">\n";
if (file_exists($destination)) {
include $destination;
} else if (\Model\Session::isCachePassive()) {
echo "TPL NOT FOUND : " . str_replace(SITE_PATH, "", $subBlockInstance->source);
}
echo "\n
\n";
?>