Changeset 10
- Timestamp:
- 02/21/08 22:34:25 (1 year ago)
- Files:
-
- main/class/class_html.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
main/class/class_html.php
r2 r10 4 4 ** | Name : ~/main/class/class_html.php 5 5 ** | Begin : 19/06/2007 6 ** | Last : 11/01/20086 ** | Last : 21/02/2008 7 7 ** | User : Genova 8 8 ** | Project : Fire-Soft-Board 2 - Copyright FSB group … … 220 220 $html .= '<option value="?p=profile&module=personal">' . Fsb::$session->lang('jumpbox_profile') . '</option>'; 221 221 $html .= '</optgroup>'; 222 return (Html::list_forums(get_forums(), '', 'jumpbox', FALSE, ' ', FALSE, $html));222 return (Html::list_forums(get_forums(), '', 'jumpbox', FALSE, 'onchange="location.href = (isNaN(this.value)) ? this.value : \'index.php?p=forum&f_id=\' + this.value"', FALSE, $html)); 223 223 } 224 224 }