Author: markrandall (markrandall) Committer: GitHub (web-flow) Pusher: derickr Date: 2026-07-01T11:49:24+01:00
Commit: https://github.com/php/web-php/commit/25b8ca70e92f3d6d1adc30cb1832959dc5cbcf8d Raw diff: https://github.com/php/web-php/commit/25b8ca70e92f3d6d1adc30cb1832959dc5cbcf8d.diff Remove the landing.css - Orphaned. (#1950) Changed paths: M public/index.php Diff: diff --git a/public/index.php b/public/index.php index 0493a5821d..434ce2079e 100644 --- a/public/index.php +++ b/public/index.php @@ -636,7 +636,7 @@ private function getHeaderConfig(): array 'include_section' => false, 'footer_style' => 'new', 'current' => 'home', - 'css' => ['theme-gst.css', 'landing.css'], + 'css' => ['theme-gst.css'], 'headtags' => [ '<link rel="alternate" type="application/atom+xml" title="PHP: Hypertext Preprocessor" href="' . $MYSITE . 'feed.atom">', '<script>',
