Verfasst: 20.05.2006 23:17
Aber wass soll ich dort denn eintragen???
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
),
'user_home_phone' => array(
'leg' => true,
'txt' => true,
),
'user_home_fax' => array(
'leg' => true,
'txt' => true,
),
'user_work_phone' => array(
'leg' => true,
'txt' => true,
),
'user_work_fax' => array(
'leg' => true,
'txt' => true,
),
'user_cellular' => array(
'leg' => true,
'txt' => true,
),
'user_pager' => array(
'leg' => true,
'txt' => true,
),
'[lf]3' => array(Code: Alles auswählen
'PCP.viewprofile.base.international' => array(
'order' => 20,
'title' => 'Profile_control_panel_i18n',
'fields' => array(
'user_timezone' => array(
'img' => true,
),
'user_lang' => array(
'txt' => true,
'style' => '<b>%s</b>',
),
),
),