| 1 |
<?php |
<?php |
| 2 |
// $Id: sioc.module,v 1.32.2.10 2008/10/17 11:59:14 scor Exp $ |
// $Id: sioc.module,v 1.32.2.11 2008/10/17 12:12:17 scor Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 664 |
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"; |
| 665 |
else if (arg(0)=='user' && $id=arg(1)) $type = "user/$id"; |
else if (arg(0)=='user' && $id=arg(1)) $type = "user/$id"; |
| 666 |
else if (arg(0)=='blog' && $id=arg(1)) $type = "blog/$id"; |
else if (arg(0)=='blog' && $id=arg(1)) $type = "blog/$id"; |
| 667 |
|
else if (arg(0)=='forum' && $id=arg(1)) $type = "forum/$id"; |
| 668 |
else $type = 'site'; |
else $type = 'site'; |
| 669 |
drupal_set_html_head('<link rel="media" type="application/rdf+xml" title="SIOC" href="'.url("sioc/$type", NULL, NULL, 1).'"/>'); |
drupal_set_html_head('<link rel="media" type="application/rdf+xml" title="SIOC" href="'.url("sioc/$type", NULL, NULL, 1).'"/>'); |
| 670 |
} |
} |