<?php
/*
Default operation just to get the about page working as a straw man.
Nothing needs to be here unless you want special things to happen at
default landing page. Right now, we need nothing.
*/
class page extends pageParent {
}
?>