| 348 |
return system_settings_form($form); |
return system_settings_form($form); |
| 349 |
} |
} |
| 350 |
|
|
| 351 |
function gdata_blank_feed($path = '') { |
function _gdata_blank_feed($path = '') { |
| 352 |
global $user; |
global $user; |
| 353 |
drupal_set_header('Content-Type: application/xml'); |
drupal_set_header('Content-Type: application/xml'); |
| 354 |
$output = |
$output = |
| 376 |
print $output; |
print $output; |
| 377 |
} |
} |
| 378 |
|
|
| 379 |
function gdata_blog_feed() { |
function _gdata_blog_feed() { |
| 380 |
if(strpos(arg(3), 'gdata') === 0 || strpos(arg(3), 'feed') === 0) { |
if(strpos(arg(3), 'gdata') === 0 || strpos(arg(3), 'feed') === 0) { |
| 381 |
die(drupal_not_found()); |
die(drupal_not_found()); |
| 382 |
} |
} |
| 390 |
_gdata_print_feed($nodes, $feed_info); |
_gdata_print_feed($nodes, $feed_info); |
| 391 |
} |
} |
| 392 |
|
|
| 393 |
function gdata_user_blog_feed() { |
function _gdata_user_blog_feed() { |
| 394 |
if(strpos(arg(4), 'gdata') === 0 || strpos(arg(4), 'feed') === 0) { |
if(strpos(arg(4), 'gdata') === 0 || strpos(arg(4), 'feed') === 0) { |
| 395 |
die(drupal_not_found()); |
die(drupal_not_found()); |
| 396 |
} |
} |