\n". "
\n". "
\n"; echo '
'; echo '
' . _("Today's Fortune") . '

' .
        $sMsg .
        '
'; echo '
'; } /** * Add fortune options * @access private */ function fortune_show_options() { global $optpage_data, $username, $data_dir, $fortune_visible; $fortune_visible = getPref($data_dir, $username, 'fortune_visible'); $optgrp = _("Fortunes"); $optvals = array(); $optvals[] = array( 'name' => 'fortune_visible', 'caption' => _("Show fortunes at top of mailbox"), 'type' => SMOPT_TYPE_BOOLEAN, 'refresh' => SMOPT_REFRESH_NONE ); $optpage_data['grps']['fortune'] = $optgrp; $optpage_data['vals']['fortune'] = $optvals; }