[PRES] [web-pres2] master: Talks doesn't have its own css file

[email protected] (Derick Rethans) Wed, 3 Dec 2025 14:30:50 +0000
Newsgroups php.pres
Message-ID <[email protected]>
Author: Derick Rethans (derickr)
Date: 2025-12-03T14:30:19Z

Commit: https://github.com/php/web-pres2/commit/162ab5d7da709bb0f85fafd74150865065b24a93
Raw diff: https://github.com/php/web-pres2/commit/162ab5d7da709bb0f85fafd74150865065b24a93.diff

Talks doesn't have its own css file

Changed paths:
  M  index.php


Diff:

diff --git a/index.php b/index.php
index b75b2a8..054077b 100644
--- a/index.php
+++ b/index.php
@@ -114,7 +114,7 @@ function change_mode() {
 
     $TITLE = "Presentation System";
 
-    $CSS = array("/../css.css");
+    $CSS = array();
 
     $SUBDOMAIN = "talks";