##############################################################
## Upgrade from Browsers List 0.0.3 to 0.0.3a
##############################################################
#
#-----[ COPY ]------------------------------------------------
#
copy root/includes/lang_extend_mac.php to includes/lang_extend_mac.php
copy root/language/lang_english/lang_extend_browsers.php to language/lang_english/lang_extend_browsers.php
#
#-----[ DIY INSTRUCTIONS ]------------------------------------
#
delete language/lang_english/lang_main_browsers.php file
#
#-----[ OPEN ]------------------------------------------------
#
includes/functions.php
#
#-----[ FIND ]------------------------------------------------
#
# This may be a partial find and not the whole line(s)
#
//-- mod : browsers list -------------------------------------------------------
//-- add
	include($phpbb_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_main_browsers.'.$phpEx);
//-- fin mod : browsers list ---------------------------------------------------
#
#-----[ REPLACE WITH ]----------------------------------------
#
# just remove the lines
#

#
#-----[ FIND ]------------------------------------------------
#
# This may be a partial find and not the whole line(s)
#
	//
	// Set up style
#
#-----[ BEFORE, ADD ]-----------------------------------------
#
# This part can already be existing : if so, just skip it
#
//-- mod : language settings -----------------------------------------------------------------------
//-- add
	include($phpbb_root_path . './includes/lang_extend_mac.' . $phpEx);
//-- fin mod : language settings -------------------------------------------------------------------
#
#-----[ FIND ]------------------------------------------------
#
# This may be a partial find and not the whole line(s)
#
		}

		if ( empty($template) || empty($theme) )
#
#-----[ BEFORE, ADD ]-----------------------------------------
#
# This part can already be existing : if so, just skip it
#
//-- mod : language settings -----------------------------------------------------------------------
//-- add
			include($phpbb_root_path . './includes/lang_extend_mac.' . $phpEx);
//-- fin mod : language settings -------------------------------------------------------------------
#
#-----[ SAVE/CLOSE ALL FILES ]--------------------------------
#
# EoM






























