| 1 |
<?php |
<?php |
| 2 |
// $Id: sioc.module,v 1.32.2.3.2.13 2008/10/17 11:58:51 scor Exp $ |
// $Id: sioc.module,v 1.32.2.3.2.14 2008/10/17 12:12:30 scor Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 701 |
else if (arg(0)=='comment' && is_numeric($id=arg(2))) $type = "node/$id"; |
else if (arg(0)=='comment' && is_numeric($id=arg(2))) $type = "node/$id"; |
| 702 |
else if (arg(0)=='user' && $id=arg(1)) $type = "user/$id"; |
else if (arg(0)=='user' && $id=arg(1)) $type = "user/$id"; |
| 703 |
else if (arg(0)=='blog' && $id=arg(1)) $type = "blog/$id"; |
else if (arg(0)=='blog' && $id=arg(1)) $type = "blog/$id"; |
| 704 |
|
else if (arg(0)=='forum' && $id=arg(1)) $type = "forum/$id"; |
| 705 |
else $type = 'site'; |
else $type = 'site'; |
| 706 |
drupal_set_html_head('<link rel="media" type="application/rdf+xml" title="SIOC" href="' . url("sioc/$type", array('absolute' => TRUE)) . '"/>'); |
drupal_set_html_head('<link rel="media" type="application/rdf+xml" title="SIOC" href="' . url("sioc/$type", array('absolute' => TRUE)) . '"/>'); |
| 707 |
} |
} |