aboutsummaryrefslogtreecommitdiffhomepage
path: root/html/smallpage.phtml
blob: 64f538a3b31b2dfdb136c5661beca81defebe653 (plain)
1
2
3
4
5
6
<?php
  require('functions.php3');
  small_header($title);
  include($file);
  footer(); 
?>