From a1075b0d5eac388dd78c6cdaa65914d753c51d3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zden=C4=9Bk=20Borovec?= Date: Sun, 28 Apr 2024 15:21:09 +0200 Subject: [PATCH] dynamic blogs and delayed header display --- README.md | 11 ++- docs/common/header.php | 56 ++++++++---- docs/www/blog/article.php | 120 +++++++++++++++++++++++++ docs/www/blog/index.php | 150 ++++++++++++++++++++------------ docs/www/index.php | 3 +- docs/www/login.php | 4 +- docs/www/random/conversions.php | 3 +- docs/www/random/index.php | 3 +- 8 files changed, 265 insertions(+), 85 deletions(-) create mode 100644 docs/www/blog/article.php diff --git a/README.md b/README.md index b886016..350018e 100644 --- a/README.md +++ b/README.md @@ -31,15 +31,20 @@ Anyways, let's get to the *how*. - The basic skeleton for any document should be: ```php ); ?>