aboutsummaryrefslogtreecommitdiff
path: root/app/views/partials/header.posts.php
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2024-01-06 19:16:12 -0500
committerThedro Neely <thedroneely@gmail.com>2024-01-06 19:16:12 -0500
commit6d745f1e8c7b870524e01ee7a4886db38634e2ae (patch)
tree4d5964c37fb3d66ed07e5ac0fad46a54d76e979d /app/views/partials/header.posts.php
parent3c1a341d42994efd4addb942c623bff18b2d034c (diff)
downloadthedroneely.com-6d745f1e8c7b870524e01ee7a4886db38634e2ae.tar.gz
thedroneely.com-6d745f1e8c7b870524e01ee7a4886db38634e2ae.tar.bz2
thedroneely.com-6d745f1e8c7b870524e01ee7a4886db38634e2ae.zip
app/partials: Unify headers
Make easier to maintain. Use native upload and add htm.
Diffstat (limited to 'app/views/partials/header.posts.php')
-rw-r--r--app/views/partials/header.posts.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/views/partials/header.posts.php b/app/views/partials/header.posts.php
index d98d3c4..a473e24 100644
--- a/app/views/partials/header.posts.php
+++ b/app/views/partials/header.posts.php
@@ -1,6 +1,7 @@
<?php
require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/bootstrap/Bootstrap.php';
-require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/snippets/rss.php';
-require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/snippets/favicons.php';
-require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/snippets/stylesheets.php';
+require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/partials/head.discovery.php';
+require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/partials/head.manifests.php';
+require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/partials/head.css.php';
+require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/partials/head.js.php';