NAVIGATION
This is an old revision of the document!
During runtime:
$GLOBALS['aktion'][0]; = Category ID (Output always) $GLOBALS['aktion'][1]; = Article ID (Output only in article detail view)
All categories: → $content[“struct”]
All articles: → $content[“articles”]
dumpVar($GLOBALS['content']["struct"]); // category structure dumpVar($GLOBALS['content']["articles"]); // article structure
See also: System variables