Page Rendering

Functions to render pages:

tf_pages.php, in the parent theme

echo page contents:
tf_render_a_page_url($url);
tf_render_a_page_id($id);

return page contents:
tf_return_a_page_url($url);
tf_return_a_page_id($id);

see also: shortcode tf_render (doc)