Hi there!

I already have a few pages made for the previous version, where i needed to add this to the beginning:
Code:
<?php
session_start();
include("include/config.php");
include("include/function.php");
STemplate::display('header.tpl');
?>
and this for the footer:
Code:
<?php
STemplate::display('footer.tpl');
?>
But those arent working now, how should a simple static page look in 2.7?

Thanks!