equal
deleted
inserted
replaced
1 <?php |
1 <?php |
2 /* |
2 /* |
3 Plugin Name: Category list |
3 Plugin Name: Category list |
4 Plugin URI: http://enanocms.org/ |
4 Plugin URI: http://enanocms.org/ |
5 Description: A simple parser hook to display the contents of a category within another page. Syntax is {{Category:<cat name>|sub=(on|off)|pages=(on|off)}}. (Both sub [subcategories] and pages default to on) |
5 Description: A simple parser hook to display the contents of a category within another page. Syntax is {{CategoryContents:<cat name>|sub=(on|off)|pages=(on|off)}}. (Both sub [subcategories] and pages default to on) |
6 Author: Dan Fuhry |
6 Author: Dan Fuhry |
7 Version: 1.0 |
7 Version: 1.0 |
8 Author URI: http://enanocms.org/ |
8 Author URI: http://enanocms.org/ |
9 */ |
9 */ |
10 |
10 |