--- index.php 2001/11/07 14:24:02 1.15 +++ index.php 2001/11/08 08:55:38 1.16 @@ -43,6 +43,7 @@ } else { $main="Can't find static/$d[0]/$d[1]"; } + if (file_exists("sections/$section.inc")) include("sections/$section.inc"); } elseif (find_html_file("h",$section)) { $main=join('',file(find_html_file("h",$section))); $main=fix_msshit($main);