Parent Directory
|
Revision Log
|
Revision Graph
|
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 | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |