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:
parent
5be4001ee2
commit
4ddd8a79b1
4
.idea/material_theme_project_new.xml
generated
4
.idea/material_theme_project_new.xml
generated
@ -3,7 +3,9 @@
|
||||
<component name="MaterialThemeProjectNewConfig">
|
||||
<option name="metadata">
|
||||
<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>
|
||||
</option>
|
||||
</component>
|
||||
|
||||
@ -2,10 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<?php
|
||||
|
||||
include_once "meta/meta.php";
|
||||
include_once "meta/config.php";
|
||||
|
||||
?>
|
||||
<title>Warmseal - The Roofing Specialist</title>
|
||||
<meta charset="utf-8">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user