/[drupal]/contributions/modules/blogroll/blogroll.admin.inc
ViewVC logotype

Diff of /contributions/modules/blogroll/blogroll.admin.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1, Wed Sep 23 14:09:19 2009 UTC revision 1.1.2.1, Wed Sep 23 14:09:19 2009 UTC
# Line 0  Line 1 
1    <?php
2    function blogroll_admin_settings() {
3      $form['blogroll_xfn_enabled'] = array(
4        '#type' => 'checkbox',
5        '#title' => t('Turn on XFN support'),
6        '#default_value' => variable_get('blogroll_xfn_enabled', TRUE),
7        '#description' => t('Will enable all the XFN support on every peice of blogroll content'),
8      );
9      return system_settings_form($form);
10    
11    }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

  ViewVC Help
Powered by ViewVC 1.1.2