_comment_per_page
modules/comment/comment.module, строка 1871
- Версии
- 5 – 6
_comment_per_page()
Return an array of 'comments per page'
settings from which the user
can choose.
Код
<?php
function _comment_per_page() {
return drupal_map_assoc(array(10, 30, 50, 70, 90, 150, 200, 250, 300));
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии