]> jfr.im git - irc/unrealircd/unrealircd-webpanel-plugins.git/commitdiff
Do a magical header like they do in unrealircd and wordpress
authorValerie Pond <redacted>
Sun, 4 Jun 2023 22:13:44 +0000 (23:13 +0100)
committerValerie Pond <redacted>
Sun, 4 Jun 2023 22:13:44 +0000 (23:13 +0100)
example_plugin/example_plugin.php
example_plugin/screenshots/example_plugin2.jpg [new file with mode: 0644]

index 9958ee6fb810cedd59e4aa318dda17be50142998..a2bd6cd50f46fa0447808d05210bc15fbe43f790 100644 (file)
@@ -1,5 +1,13 @@
 <?php
 
+/**
+ * @title Example Plugin
+ * @author Valware
+ * @version 1.0
+ * @icon screenshots/icon.png
+ * @screenshot screenshots/example_plugin.png,screenshots/example_plugin2.png
+*/
+
 class example_plugin
 {
        public $name = "Example plugin";
diff --git a/example_plugin/screenshots/example_plugin2.jpg b/example_plugin/screenshots/example_plugin2.jpg
new file mode 100644 (file)
index 0000000..db759f5
Binary files /dev/null and b/example_plugin/screenshots/example_plugin2.jpg differ