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


<?php

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

print 
'<ul class="links">';
get_links_list();
print 
'</ul>';

print 
sf_theme_box_bottom();

?>


<?php get_footer(); ?>