23 calls to drupal_attributes() in Drupal 6
- drupal_add_link in includes/
common.inc - Add a <link> tag to the page's HEAD.
- format_xml_elements in includes/
common.inc - Format XML elements.
- l in includes/
common.inc - Formats an internal or external URL link as an HTML anchor tag.
- node_feed in modules/
node/ node.module - A generic function for generating RSS feeds from a set of nodes.
- template_preprocess_user_profile_category in modules/
user/ user.pages.inc - Process variables for user-profile-category.tpl.php.
- template_preprocess_user_profile_item in modules/
user/ user.pages.inc - Process variables for user-profile-item.tpl.php.
- theme_button in includes/
form.inc - Theme a form button.
- theme_checkbox in includes/
form.inc - Format a checkbox.
- theme_fieldset in includes/
form.inc - Format a group of form items.
- theme_file in includes/
form.inc - Format a file upload field.
- theme_form in includes/
form.inc - Format a form.
- theme_hidden in includes/
form.inc - Format a hidden form field.
- theme_image in includes/
theme.inc - Return a themed image.
- theme_image_button in includes/
form.inc - Theme a form image button.
- theme_item_list in includes/
theme.inc - Return a themed list of items.
- theme_links in includes/
theme.inc - Returns HTML for a set of links.
- theme_password in includes/
form.inc - Format a password field.
- theme_radio in includes/
form.inc - Format a radio button.
- theme_select in includes/
form.inc - Format a dropdown menu or scrolling selection box.
- theme_table in includes/
theme.inc - Return a themed table.
- theme_textarea in includes/
form.inc - Format a textarea.
- theme_textfield in includes/
form.inc - Format a textfield.
- _theme_table_cell in includes/
theme.inc - End of "defgroup themeable".