Changeset 43 for trunk/src/includes/editam/helpers/layout_helper.php
- Timestamp:
- 10/02/07 06:34:55 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/includes/editam/helpers/layout_helper.php
r2 r43 52 52 function language_switch_list($langs = array(), $list_html_options = array(), $list_item_html_options = array()) 53 53 { 54 $default_list_html_options = array('class'=>'language_switch ');54 $default_list_html_options = array('class'=>'language_switch user_actions'); 55 55 $list_html_options = array_merge($default_list_html_options, $list_html_options); 56 56 … … 71 71 { 72 72 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), 74 74 $html_options); 75 75 }
