Show
Ignore:
Timestamp:
10/02/07 06:34:55 (3 years ago)
Author:
bermi
Message:

Added settings for currently enabled languages. Closes #7, #9, #5 and #2

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/includes/editam/helpers/layout_helper.php

    r2 r43  
    5252    function language_switch_list($langs = array(), $list_html_options = array(), $list_item_html_options = array()) 
    5353    { 
    54         $default_list_html_options = array('class'=>'language_switch'); 
     54        $default_list_html_options = array('class'=>'language_switch user_actions'); 
    5555        $list_html_options = array_merge($default_list_html_options, $list_html_options); 
    5656         
     
    7171    { 
    7272        return $this->_controller->url_helper->link_to($description, 
    73         $this->_controller->url_helper->modify_current_url(array('lang'=>$language), array('ak',AK_SESSION_NAME,'AK_SESSID','PHPSESSID'), false), 
     73        $this->_controller->url_helper->modify_current_url(array('lang'=>$language), array('ak',AK_SESSION_NAME,'AK_SESSID','PHPSESSID','is_first'), false), 
    7474        $html_options); 
    7575    }