Пример #1
0
 function wrap($content, $sep, $parents)
 {
     return parent::wrap($content, 'category', '', $sep, '');
 }
Пример #2
0
 function wrap($content = null, $data = null, $before = null, $sep = null, $after = null, $parents = null)
 {
     return parent::wrap($content, 'category', '', $sep, $after, '');
 }