theme_comment_wrapper
modules/comment/comment.module, строка 1845
- Версии
- 5
theme_comment_wrapper($content)
Allow themable wrapping of all comments.
Код
<?php
function theme_comment_wrapper($content) {
return '<div id="comments">'. $content .'</div>';
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии