aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Widget/Archive.php
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs/Widget/Archive.php')
-rw-r--r--Zotlabs/Widget/Archive.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/Zotlabs/Widget/Archive.php b/Zotlabs/Widget/Archive.php
index 9adaac38f..e712a8236 100644
--- a/Zotlabs/Widget/Archive.php
+++ b/Zotlabs/Widget/Archive.php
@@ -1,5 +1,11 @@
<?php
+/**
+ * * Name: Archive
+ * * Description: A menu with links to content sorted by years and months
+ * * Requires: channel, articles, cards
+ */
+
namespace Zotlabs\Widget;