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">
|
<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>
|
||||||
|
|||||||
@ -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">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user