'.$smenu.'  
'.($action=="mod" && $accountid==="0"?' ':'').' '.($action=="mod" && $accountid==="0" && $integrate?'':' ').' '.($action=="mod" && $accountid==="0"?($otherconfig['DISABLEPASS'] || ($integrate && !$otherconfig["FULLMERAK"])?' ':'

'. $lang[MSG_ACCOUNT].'
'. $lang[MSG_ACCOUNTNAME].' : '. htmlspecialchars($account["USER"]).'
'.($accountid!=="0"?$lang[MSG_ACCOUNTNAME]:$lang[MSG_EMAILADDR]).' : '.($action=="mod" && $accountid==="0" && $integrate?''. htmlspecialchars($account["EMAIL"]).'':'').'
'.$lang['MSG_EG'].': admin@domain.com
'. $lang[MSG_ENEWPASSWORD].' :
'. $lang[MSG_NEWPASSWORD_CONFIRM].' :
').' ':''); if($action=="mod" && $accountid==="0") { $createdata.=' '; } if (!$integrate || $accountid!=="0") { $createdata .= ' '.($accountid=="0" && $otherconfig['DISABLEPASS']?' ':' '); }else { $createdata .= ''; } $createdata .= ' '; if (!$otherconfig["FULLMERAK"] || $accountid!="0") { $createdata .= ' '; } $createdata .= '
'. $lang[MSG_FULLNAME].' :
'.$lang['MSG_EG'].': Admin
'. $lang[MSG_ALTERNATIVEMAIL].' :

'. $lang[MSG_INMAILSERVER].' :
'.$lang['MSG_EG'].': domain.com
'. $lang[MSG_INMAILPROTOCOL].' :
'. $lang[MSG_INMAILFOLDER].' :
'.$lang['MSG_EG'].': INBOX
'. $lang[MSG_INMAILSERVERUSER].' :
'. $lang[MSG_INMAILSERVERPASS].' :
'. $lang[MSG_INMAILSERVERPASSC].' :
'. $lang[MSG_ACCOUNTCOLOR].' :
'. $lang[MSG_LEAVEMESSAGES].' :
'. $lang[MSG_DELETEDLOCALLY].'* :
'. $lang[MSG_DELETEDSERVER].'* :
'; if (!$otherconfig["FULLMERAK"] && directmerak && !$accountid && $action=="mod") { $createdata .= '
'. $lang[MSG_DELETEDSERVER_NOTE].'
'; } if($showlite) $createdata.=($errmsg?' ':''); else $createdata.=($errmsg?'

'.$errmsg.'

':''); $createdata .=' '.($integrate && $accountid=='0'?'':' ').'
'; if (!$integrate || $accountid!="0") { $createdata .= ' '; } if(!$showlite) $createdata.='
'. copyright().'
'; $skindata['data'] = $createdata; //vypsani stranky if($showlite) echo template( $skin_dir . 'settings.tpl', $skindata); else echo template( $skin_dir . 'skin.tpl', $skindata); ?>