suche in der usercp_viewprofile.php
Code: Alles auswählen
'INTERESTS' => ( $profiledata['user_interests'] ) ? $profiledata['user_interests'] : ' ','plz' => ( $profiledata['user_plz'] ) ? $profiledata['user_plz'] : ' ',
'L_plz' => $lang['plz'],
'L_Wetter' => $lang['Wetter'],
'AVATAR_IMG' => $avatar_img,
Code: Alles auswählen
'INTERESTS' => ( $profiledata['user_interests'] ) ? $profiledata['user_interests'] : ' ',
'plz' => ( $profiledata['user_plz'] ) ? $profiledata['user_plz'] : ' ',
'L_plz' => $lang['plz'],
'L_Wetter' => $lang['Wetter'],
'AVATAR_IMG' => $avatar_img,Code: Alles auswählen
$cm_viewprofile->post_vars($template,$profiledata,$userdata);// Intro + Portal Wetter Addon START
if ( $profiledata['user_plz'] != '' )
{
$template->assign_block_vars('switch_wetter_active', array());
}
// Intro + Portal Wetter Addon END$template->pparse('body');
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
?>Code: Alles auswählen
$cm_viewprofile->post_vars($template,$profiledata,$userdata);
// Intro + Portal Wetter Addon START
if ( $profiledata['user_plz'] != '' )
{
$template->assign_block_vars('switch_wetter_active', array());
}
// Intro + Portal Wetter Addon END
$template->pparse('body');
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
?>