- Changed name of include files.
1 parent 88f872c commit 09dc54b0844ae8850d34b2e06af08db0dc3001b1
nstanger authored on 27 Apr 2009
Showing 1 changed file
View
2
■■■
Website/dpsall-contents.htm
include("menu.htm");
 
echo "<h3><a name='$display_year'>$display_year</a></h3>";
 
include("dps". $display_year . "-contents.htm");
include("dps". $display_year . "-include.htm");
 
include("menu.htm");
?>