| 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 |
| 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( |
| 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( |