If present, is php-included for each page in the directory
usage, create the file; it is automatically included
localdefs.php does not usually exist. If defined, it is php-included
into every page in its directory. Unlike styles.css, parent directories are ignored; only the local localdef.php is included. The file should start with <?php and
end with ?>. If it or any of its functions needs access to global
variable xxx, the initial <?php should be followed
with global xxx; and the function itself needs the same line just after the function header.