From 4d7efe1c7eacff8a21bea95828ef0528a47f503e Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Mon, 21 Oct 2019 08:23:42 +0200 Subject: [PATCH] nieuws: rename nieuws/replies widget to generic reply Can be placed on any page (such as upcoming issues), not specific to nieuws. --- nieuws/index.php | 2 +- widget/{nieuws/replies.php => reply.php} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename widget/{nieuws/replies.php => reply.php} (100%) diff --git a/nieuws/index.php b/nieuws/index.php index 9e97267..fbc6384 100644 --- a/nieuws/index.php +++ b/nieuws/index.php @@ -35,7 +35,7 @@ if ($page and !is_numeric($page)) { } } if ($replyform) { - print placeholder_include('nieuws/replies'); + print placeholder_include('reply'); } return 1; } diff --git a/widget/nieuws/replies.php b/widget/reply.php similarity index 100% rename from widget/nieuws/replies.php rename to widget/reply.php -- 2.30.0