function goto1(web) { if(web) document.location.href="calendar_friends.html?"+ web; } function wwox() { vokno=window.open(\'address.html?id='.$id.'&showlite=3\', "addfriends", "resizable=yes,scrollbars=1,status=0,width=800,height=600"); vokno.focus(); }
'.$smenu.'  

'.$callang["TXT_ADDFRIENDS"].'
'.$callang["TXT_CALPRIVILEGES"].' :

'.$callang["CAL_FRIENDS"].'
'; if(is_array($groupusers)) { $createdata .=' '; while (list ($key, $val) = each ($groupusers)) { $createdata .=''; } $createdata .='
'.$lang[MSG_HEADER_EMAILADDR].' '.$callang["TXT_CALPRIVILEGES"].'
'.$val['USREMAIL'].'

'; } $createdata .='
'; $skindata['data'] = $createdata; //vypsani stranky if($showlite) echo template( $skin_dir . 'settings.tpl', $skindata); else echo template( $skin_dir . 'skin.tpl', $skindata); ?>