This is what Support told me:
Is the issue here, that includes are not working?
When going to
http://www.unicorn-cove.com/ , should we see the menu shown at
http://www.unicorn-cove.com/leftblockmenu.php shown on this page in the left side?
I did notice that this was not working as your code would seem to indicate, and so further review showed that you had in your .htaccess file :
AddHandler x-httpd-php .html htm
And I have changed this to :
AddHandler application/x-httpd-php .php .html
AddType application/x-httpd-php .html
It works now, so that must have been it. Thanks for your help!