Skip to content

Commit

Permalink
Change the location of the custom html addendum from sitecontact.html…
Browse files Browse the repository at this point in the history
… to assets/sitecontact.html for consistency in localized content.
  • Loading branch information
samilliken committed Aug 24, 2023
1 parent 9270dfb commit 122cf74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@
</div> <!-- END div.table -->
<div>';

if( file_exists("sitecontact.html") ) {
include( "sitecontact.html" );
if( file_exists("assets/sitecontact.html") ) {
include( "assets/sitecontact.html" );
}
echo ' </div>
</div>
Expand Down

0 comments on commit 122cf74

Please sign in to comment.