Assembla home | Assembla project page
 

Changeset 10

Show
Ignore:
Timestamp:
02/21/08 22:34:25 (1 year ago)
Author:
genova
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • main/class/class_html.php

    r2 r10  
    44** | Name :             ~/main/class/class_html.php 
    55** | Begin :    19/06/2007 
    6 ** | Last :             11/01/2008 
     6** | Last :             21/02/2008 
    77** | User :             Genova 
    88** | Project :  Fire-Soft-Board 2 - Copyright FSB group 
     
    220220                        $html .= '<option value="?p=profile&amp;module=personal">' . Fsb::$session->lang('jumpbox_profile') . '</option>'; 
    221221                        $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&amp;f_id=\' + this.value"', FALSE, $html)); 
    223223                } 
    224224        }