<?php
/*
Template Name: SF-Arkiv
*/
?>
<?php get_header
(); ?>


<?php

print "<h2>".get_the_title().'</h2>';
print 
sf_theme_box_top();

if (
function_exists('af_ela_super_archive'))
    
af_ela_super_archive();
else
    include (
TEMPLATEPATH '/searchform.php');

print 
sf_theme_box_bottom();

?>


<?php get_footer(); ?>