NAVIGATION
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"]); // actual article structure dumpVar(get_actcat_articles_data('54')); // All articles behind the category with ID e.g. 54
See also: System variables