diff --git a/htdocs/devinfo/index.php b/htdocs/devinfo/index.php index 70728ebf8..e7964eaee 100644 --- a/htdocs/devinfo/index.php +++ b/htdocs/devinfo/index.php @@ -64,6 +64,18 @@ the latest sources in a zip or tgz archive from the github website.

print("\n"); ?>

View complete Trac timeline…

+

Active Forum Topics

+\n"); + foreach ($activetopics->getTopics(0, 10) as $topic) { //for all active topics... + print("
  • getLink()."\">".$topic->getTitle()."last post by ".$topic->getLastPostUser()."
  • \n"); + } + print("\n"); +?> +

    View all active topics…

    Doxygen