Parent Directory
|
Revision Log
|
Revision Graph
*** empty log message ***
| 1 | <?php |
| 2 | |
| 3 | function phptemplate_comment_wrapper($content, $node) { |
| 4 | if (!$content || $node->type == 'forum') { |
| 5 | return '<div id="comments">'. $content .'</div>'; |
| 6 | } |
| 7 | else { |
| 8 | return '<div id="comments"><h2 class="comments">'. t('Comments') .'</h2>'. $content .'</div>'; |
| 9 | } |
| 10 | } |
| 11 | |
| 12 | ?> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |