X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Flocaltime.php;h=c32f67976bd4ff37a0003663be40ed74fcfe658f;hb=7034d6efbd988e7481ac6f5d6413a8925221ed6b;hp=c03eae1b0e490d0246647933d68357a1e0a83658;hpb=4bee1859be5fbf46ecc19728a908e31b4e9b09b6;p=friendica.git diff --git a/mod/localtime.php b/mod/localtime.php index c03eae1b0e..c32f67976b 100644 --- a/mod/localtime.php +++ b/mod/localtime.php @@ -1,9 +1,10 @@ ' . t('Time Conversion') . ''; - $o .= '

' . t('Friendika provides this service for sharing events with other networks and friends in unknown timezones.') . '

'; + $o .= '

' . t('Friendica provides this service for sharing events with other networks and friends in unknown timezones.') . '

'; @@ -36,9 +37,9 @@ function localtime_content(&$a) { $o .= '

' . sprintf( t('Converted localtime: %s'),$a->data['mod-localtime']) . '

'; - $o .= '
'; + $o .= ''; - $o .= '

' . t('Please select your timezone:') . '

'; + $o .= '

' . t('Please select your timezone:') . '

'; $o .= select_timezone(($_REQUEST['timezone']) ? $_REQUEST['timezone'] : 'America/Los_Angeles');