list

Drupal   →  Функция вывода списка

//for drupal 6
$title = MYTITLE;
$type = 'ul';
$attributes = array(
  'id' => 'MYITEMLISTID',