blogapi_init

Definition

blogapi_init()
modules/blogapi/blogapi.module, line 810

Code

<?php
function blogapi_init() {
  if (drupal_is_front_page()) {
    drupal_add_link(array('rel' => 'EditURI',
                          'type' => 'application/rsd+xml',
                          'title' => t('RSD'),
                          'href' => url('blogapi/rsd', array('absolute' => TRUE))));
  }
}
?>
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.