1.23.2.5.2.1 (checked in on 2007/01/19 at 18:00:52 by msameer)
| Name | Description |
|---|---|
| article_admin_settings | admin settings for the article module. |
| article_block | Hook Block - displays the latest articles list in a block. |
| article_build_breadcrumbs | Builds a breadcrumb list. |
| article_build_index | Recursivly traverses the term tree to construct the index. |
| article_get_article_terms | Get all the terms associated with Articles. |
| article_get_current_url | Constructs a url from the current url arguments list. |
| article_get_latest | Get the latest articles |
| article_get_vocabularies | Gets all the vocabularies that are associated with the article module. |
| article_help | Hook Help - displays help and general information about the module. |
| article_index | Constructs the article index page, using theme functions. |
| article_menu | Hook Menu - sets up article entries in the main menu.. |
| article_page | displays the main article page. |
| article_select_nodes | Finds all nodes that match selected taxonomy conditions. This is just a copy of taxonomy_select_nodes() but includes node title field in the selection. Is this useful or try to find a taxonomy function to achieve this? |
| article_tax_get_terms | Get all the terms in a given vocabulary. |
| theme_article_index | Controls the output of the rendered index list. |
| theme_article_index_item | Displays a single index item. |
| theme_article_list | Displays a single one level list. Called for each group of items at the same depth. |
| theme_more_info | Displays more information content, suck as "more" links, and feed images. |
| _article_arg | |
| _article_get_tid_from_term | Helper function for array map purposes. |