In the overridingfunction, we are wrapping the DIV element around the delimited list of links and returning the resulting string.
在覆盖的函数中,我们在链接列表外边加上DIV元素并返回产生的字符串。
2
Taking this one step further, we can tell Drupal to use a template file to define the presentation of this list by defining the file name within this overridingfunction, as shown in Listing 10.