_rsvp_html_head()
rsvp/rsvp.module, line 1693
Provides a link to the CSS stylesheet associated with this module.
a <style> tag that indicates what file browsers should import
| Name | Description |
|---|---|
| core functions for rsvp. |
<?php
function _rsvp_html_head() {
drupal_add_css(drupal_get_path('module', 'rsvp') .'/rsvp.css');
}
?>