function theme_forums

Implemented using the forums.tpl.php template.

See also

forums.tpl.php

Related topics

2 theme calls to theme_forums()
forum_page in drupal-6.x/modules/forum/forum.pages.inc
Menu callback; prints a forum listing.
template_preprocess_forums in drupal-6.x/modules/forum/forum.module
Process variables for forums.tpl.php

Archivo

documentation-6.x/developer/theme.php, line 190
Shadow theme functions for theme templates.

Código

function theme_forums() {
  // This function is never used; see the corresponding template file instead.
}