(I only want to use the header, pagemenu bar and footer from the ata theme on that page.)
I have from little help on the wp-support forum in sweden make a teamplate from the index.php
I found a solution
Here is my startsidan.php teamplate
PHP Code:
<?php
/*
Template Name: startsidan
*/
?>
<?php /* get all options: */
# error_reporting(-1);
global $bfa_ata;
get_header(); ?>
Insert your html code here :)
<?php get_footer(); ?>