plugins/CategoryList.php
changeset 3 6d3aeed690d1
parent 2 125e913485a2
child 4 d5b2e522396d
equal deleted inserted replaced
2:125e913485a2 3:6d3aeed690d1
     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