# Create on the fly Main WWWBoard File if($use_proboard) { &on_the_fly_main_page; } # Return the user HTML if($use_proboard) { &return_proboad; } else { &return_html; }