/[drupal]/contributions/modules/advanced_profile/includes/panels/advanced_profile.pages_default.inc
ViewVC logotype

Diff of /contributions/modules/advanced_profile/includes/panels/advanced_profile.pages_default.inc

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

revision 1.1.2.6, Thu Sep 17 03:01:55 2009 UTC revision 1.1.2.7, Wed Sep 30 02:56:10 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: advanced_profile.pages_default.inc,v 1.1.2.5 2009/09/11 20:39:15 michellec Exp $  // $Id: advanced_profile.pages_default.inc,v 1.1.2.6 2009/09/17 03:01:55 michellec Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 356  $display->panels = array(); Line 356  $display->panels = array();
356    $pane->pid = 'new-8';    $pane->pid = 'new-8';
357    $pane->panel = 'right';    $pane->panel = 'right';
358    $pane->type = 'content_field';    $pane->type = 'content_field';
359    $pane->subtype = 'uprofile:field_about_me';    $pane->subtype = 'field_about_me';
360    $pane->shown = TRUE;    $pane->shown = TRUE;
361    $pane->access = array();    $pane->access = array();
362    $pane->configuration = array(    $pane->configuration = array(
# Line 380  $display->panels = array(); Line 380  $display->panels = array();
380    $pane->pid = 'new-9';    $pane->pid = 'new-9';
381    $pane->panel = 'right';    $pane->panel = 'right';
382    $pane->type = 'content_field';    $pane->type = 'content_field';
383    $pane->subtype = 'uprofile:field_interests';    $pane->subtype = 'field_interests';
384    $pane->shown = TRUE;    $pane->shown = TRUE;
385    $pane->access = array();    $pane->access = array();
386    $pane->configuration = array(    $pane->configuration = array(

Legend:
Removed from v.1.1.2.6  
changed lines
  Added in v.1.1.2.7

  ViewVC Help
Powered by ViewVC 1.1.2