Remove unused config include and update project metadata.

The `config.php` inclusion was removed from `header.php`, as it was redundant. Updated `.idea/material_theme_project_new.xml` with new metadata fields to reflect project configuration changes
This commit is contained in:
Mark 2025-05-09 10:28:04 +01:00
parent 5be4001ee2
commit 4ddd8a79b1
2 changed files with 3 additions and 4 deletions

View File

@ -3,7 +3,9 @@
<component name="MaterialThemeProjectNewConfig"> <component name="MaterialThemeProjectNewConfig">
<option name="metadata"> <option name="metadata">
<MTProjectMetadataState> <MTProjectMetadataState>
<option name="userId" value="7f8c5ce3:196a4b6a380:-7ffd" /> <option name="migrated" value="true" />
<option name="pristineConfig" value="false" />
<option name="userId" value="48631dfb:192d484fe49:-7ffe" />
</MTProjectMetadataState> </MTProjectMetadataState>
</option> </option>
</component> </component>

View File

@ -2,10 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<?php <?php
include_once "meta/meta.php"; include_once "meta/meta.php";
include_once "meta/config.php";
?> ?>
<title>Warmseal - The Roofing Specialist</title> <title>Warmseal - The Roofing Specialist</title>
<meta charset="utf-8"> <meta charset="utf-8">