PrintArticle

Outputs the current or the passed article, using an optional configuration set and micro templates.

function PrintArticle ($sConfigSet="",$sArticle="")

Outputs an article 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 $sArticle predicates the headline of an article, which shall be issued. If $sArticle is not defined (=default), the current article is adopted automatically in an article view template.