PrintCategoryArticles

PrintCategoryArticles outputs articles of a specific or of the current category, usually on overview pages using an optional configuration set and micro templates.

function PrintCategoryArticles ($sConfigSet="",$sCategory="")

Outputs a category’s articles at the current position in the template. The output and the function’s behavior can be defined in a configuration set, its name can be defined through the parameter $sConfigSet. In the configuration set you can again define micro templates for controlling the output’s mode within the function. If no configuration set name is passed (=default), standard parameters and micro templates are used for the output.

The parameter $sCategory predicates the path or the name of the category, whose articles shall be issued. If no category information is passed (=default), the current category is adopted automatically.