To insert a header page, you can just use <?php get_header(); ?> and to insert the footer you can just use <?php get_footer(); ?> and so on.
But is there an easy way to make custom get_'s?
Eg, <?php get_introductiontext(); ?> or <?php get_desktops(); ?> ?
If not, can you suggest an easy alternative?