ILIAS  release_8 Revision v8.23
sub.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
6 
7 function sub()
8 {
9  $comment =
10  '<p> The sub-menu is actually not meant to be rendered standalone. '
11  . 'However, it will generate a ul-tree with buttons for nodes. See Drilldown for a Example using Sub Menus<p/>';
12 
13  return $comment;
14 }
$comment
Definition: buildRTE.php:72