nieuws: rename nieuws/replies widget to generic reply
authorMischa POSLAWSKY <perl@shiar.org>
Mon, 21 Oct 2019 06:23:42 +0000 (08:23 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Sat, 9 Nov 2019 06:08:13 +0000 (07:08 +0100)
Can be placed on any page (such as upcoming issues), not specific to nieuws.

nieuws/index.php
widget/reply.php [moved from widget/nieuws/replies.php with 100% similarity]

index 9e972676ffd8eccc974e8cd41f2ca764b8cd3962..fbc638473d07e9ebcb5c7473c347ad4133e03981 100644 (file)
@@ -35,7 +35,7 @@ if ($page and !is_numeric($page)) {
                }
        }
        if ($replyform) {
-               print placeholder_include('nieuws/replies');
+               print placeholder_include('reply');
        }
        return 1;
 }
similarity index 100%
rename from widget/nieuws/replies.php
rename to widget/reply.php