/[drupal]/contributions/modules/foaf/foaf.module
ViewVC logotype

Diff of /contributions/modules/foaf/foaf.module

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

revision 1.6.2.1, Mon Jun 13 10:42:03 2005 UTC revision 1.6.2.2, Tue Jun 14 22:36:17 2005 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: foaf.module,v 1.6 2005/03/10 07:55:19 walkah Exp $  // $Id: foaf.module,v 1.6.2.1 2005/06/13 10:42:03 walkah Exp $
3    
4  /**  /**
5   * Implements hook_help   * Implements hook_help
# Line 60  function foaf_user($op, &$edit, &$user, Line 60  function foaf_user($op, &$edit, &$user,
60        drupal_set_html_head("\n".'<link rel="meta" type="application/rdf+xml" title="FOAF" href="'.url('foaf/'.$user->uid, NULL, NULL, TRUE).'" />');        drupal_set_html_head("\n".'<link rel="meta" type="application/rdf+xml" title="FOAF" href="'.url('foaf/'.$user->uid, NULL, NULL, TRUE).'" />');
61        $output = '';        $output = '';
62        if (_foaf_allow_export($user)) {        if (_foaf_allow_export($user)) {
63          return array(t('Personal Information') => l(t('Download <acronym title="Friend of a Friend">FOAF</acronym>'), 'foaf/'.$user->uid));          return array(t('Personal Information') => l(t('Download <acronym title="Friend of a Friend">FOAF</acronym>'), 'foaf/'.$user->uid, NULL, NULL, NULL, FALSE, TRUE));
64        }        }
65        break;        break;
66      case 'form':      case 'form':

Legend:
Removed from v.1.6.2.1  
changed lines
  Added in v.1.6.2.2

  ViewVC Help
Powered by ViewVC 1.1.2