Further modules included.
[yaffs-website] / web / modules / contrib / advanced_help / help_example / help / help_example.help.ini
diff --git a/web/modules/contrib/advanced_help/help_example/help/help_example.help.ini b/web/modules/contrib/advanced_help/help_example/help/help_example.help.ini
new file mode 100644 (file)
index 0000000..83f9ec7
--- /dev/null
@@ -0,0 +1,24 @@
+[about-php]
+title = About PHP
+file = about-php
+weight = -10
+
+[history]
+title = History of PHP
+file = history
+parent = about-php
+
+[usage]
+title = Usage of PHP
+file = usage
+weight = 1
+
+[security] 
+title = Security of PHP
+file = security
+weight = 2
+
+[syntax]
+title = PHP syntax
+file = syntax
+parent = usage
\ No newline at end of file