############################################################## 
## Title: phpBB 3.0.9 to phpBB 3.0.10-RC1 subsilver2 Changes
## Author: naderman < naderman@phpbb.com > (Nils Adermann) http://www.phpbb.com 
## Description: 
##		
##		
##		These are the phpBB 3.0.9 to phpBB 3.0.10-RC1 subsilver2 Changes summed up into
##		a little Mod. These changes are only partial and do not include any code
##		changes, therefore not meant for updating phpBB.
##		
##			
##		
## 
## Files To Edit: 
##		styles/subsilver2/imageset/imageset.cfg
##		styles/subsilver2/style.cfg
##		styles/subsilver2/template/attachment.html
##		styles/subsilver2/template/editor.js
##		styles/subsilver2/template/memberlist_body.html
##		styles/subsilver2/template/memberlist_view.html
##		styles/subsilver2/template/posting_buttons.html
##		styles/subsilver2/template/template.cfg
##		styles/subsilver2/template/ucp_pm_viewmessage_print.html
##		styles/subsilver2/theme/stylesheet.css
##		styles/subsilver2/theme/theme.cfg
##
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2 
############################################################## 

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/subsilver2/imageset/imageset.cfg

#
#-----[ FIND ]---------------------------------------------
# Around Line 17
#

# General Information about this style
name = subsilver2
copyright = &copy; phpBB Group, 2003

#
#-----[ FIND ]---------------------------------------------
# Around Line 22
version = 3.0.9

#
#-----[ REPLACE WITH ]---------------------------------------------
#
version = 3.0.10

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/subsilver2/style.cfg

#
#-----[ FIND ]---------------------------------------------
# Around Line 17
#

# General Information about this style
name = subsilver2
copyright = &copy; 2005 phpBB Group

#
#-----[ FIND ]---------------------------------------------
# Around Line 22
version = 3.0.9

#
#-----[ REPLACE WITH ]---------------------------------------------
#
version = 3.0.10

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/subsilver2/template/attachment.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 70
				<embed name="qtstream_{_file.ATTACH_ID}" src="{_file.U_DOWNLOAD_LINK}" pluginspage="http://www.apple.com/quicktime/download/" enablejavascript="true" controller="true" width="320" height="285" type="video/quicktime" autoplay="false"> 

#
#-----[ REPLACE WITH ]---------------------------------------------
#
				<embed name="qtstream_{_file.ATTACH_ID}" src="{_file.U_DOWNLOAD_LINK}" pluginspage="http://www.apple.com/quicktime/download/" enablejavascript="true" controller="true" width="320" height="285" type="video/quicktime" autoplay="false"></embed>

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/subsilver2/template/editor.js

#
#-----[ FIND ]---------------------------------------------
# Around Line 14
var clientPC = navigator.userAgent.toLowerCase(); // Get client info
var clientVer = parseInt(navigator.appVersion); // Get browser version

var is_ie = ((clientPC.indexOf('msie') != -1) && (clientPC.indexOf('opera') == -1));
var is_win = ((clientPC.indexOf('win') != -1) || (clientPC.indexOf('16bit') != -1));

#
#-----[ FIND ]---------------------------------------------
# Around Line 26
	document.forms[form_name].helpbox.value = help_line[help];
}

/**
* Fix a bug involving the TextRange object. From

#
#-----[ AFTER, ADD ]---------------------------------------------
#
*/
function initInsertions()

#
#-----[ FIND ]---------------------------------------------
# Around Line 26
* http://www.frostjedi.com/terra/scripts/demo/caretBug.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 27
*/ 
function initInsertions() 

#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)


#
#-----[ FIND ]---------------------------------------------
# Around Line 35
	var doc;

	if (document.forms[form_name])
	{
		doc = document;

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	else

#
#-----[ FIND ]---------------------------------------------
# Around Line 35
	}

#
#-----[ FIND ]---------------------------------------------
# Around Line 36
	else 

#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)


#
#-----[ FIND ]---------------------------------------------
# Around Line 36
	var textarea = doc.forms[form_name].elements[text_name];

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	{

#
#-----[ FIND ]---------------------------------------------
# Around Line 36
	if (is_ie && typeof(baseHeight) != 'number')

#
#-----[ FIND ]---------------------------------------------
# Around Line 37
	{	

#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)


#
#-----[ FIND ]---------------------------------------------
# Around Line 58
}

/**
* bbstyle
*/

#
#-----[ AFTER, ADD ]---------------------------------------------
#
{

#
#-----[ FIND ]---------------------------------------------
# Around Line 58
function bbstyle(bbnumber)

#
#-----[ FIND ]---------------------------------------------
# Around Line 59
{	

#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)


#
#-----[ FIND ]---------------------------------------------
# Around Line 59
	if (bbnumber != -1)
	{

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	}
	else

#
#-----[ FIND ]---------------------------------------------
# Around Line 59
		bbfontstyle(bbtags[bbnumber], bbtags[bbnumber+1]);

#
#-----[ FIND ]---------------------------------------------
# Around Line 60
	} 
	else 

#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)


#
#-----[ FIND ]---------------------------------------------
# Around Line 76
	theSelection = false;

#
#-----[ FIND ]---------------------------------------------
# Around Line 77
		

#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)


#
#-----[ FIND ]---------------------------------------------
# Around Line 84
		// Get text selection
		theSelection = document.selection.createRange().text;

		if (theSelection)
		{
			// Add tags around selection
			document.selection.createRange().text = bbopen + theSelection + bbclose;
			document.forms[form_name].elements[text_name].focus();
			theSelection = '';

#
#-----[ REPLACE WITH ]---------------------------------------------
#
		if (textarea.createTextRange && textarea.caretPos)
		// Get text selection
			textarea.caretPos.text = bbopen + textarea.caretPos.text + bbclose;
			textarea.focus();
		{

#
#-----[ FIND ]---------------------------------------------
# Around Line 98
	}

#
#-----[ FIND ]---------------------------------------------
# Around Line 99
	

#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)


#
#-----[ FIND ]---------------------------------------------
# Around Line 112
	// Center the cursor when we don't have a selection
	// Gecko and proper browsers
	if (!isNaN(textarea.selectionStart))
	{
		textarea.selectionStart = new_pos;

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	}

#
#-----[ FIND ]---------------------------------------------
# Around Line 112
		textarea.selectionEnd = new_pos;

#
#-----[ FIND ]---------------------------------------------
# Around Line 113
	}	

#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)


#
#-----[ FIND ]---------------------------------------------
# Around Line 113
	// IE
	else if (document.selection)

#
#-----[ AFTER, ADD ]---------------------------------------------
#
		var range = textarea.createTextRange();
		range.move("character", new_pos);

#
#-----[ FIND ]---------------------------------------------
# Around Line 113
	{

#
#-----[ FIND ]---------------------------------------------
# Around Line 114
		var range = textarea.createTextRange(); 
		range.move("character", new_pos); 

#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)


#
#-----[ FIND ]---------------------------------------------
# Around Line 132
/**
* Insert text at position
*/
function insert_text(text, spaces, popup)
{

#
#-----[ AFTER, ADD ]---------------------------------------------
#

	if (!popup)

#
#-----[ FIND ]---------------------------------------------
# Around Line 132
	var textarea;

#
#-----[ FIND ]---------------------------------------------
# Around Line 133
	
	if (!popup) 

#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)


#
#-----[ FIND ]---------------------------------------------
# Around Line 133
	{

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	}
	else

#
#-----[ FIND ]---------------------------------------------
# Around Line 133
		textarea = document.forms[form_name].elements[text_name];

#
#-----[ FIND ]---------------------------------------------
# Around Line 134
	} 
	else 

#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)


#
#-----[ FIND ]---------------------------------------------
# Around Line 134
	{
		textarea = opener.document.forms[form_name].elements[text_name];

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	if (spaces)

#
#-----[ FIND ]---------------------------------------------
# Around Line 134
	}

#
#-----[ FIND ]---------------------------------------------
# Around Line 135
	if (spaces) 

#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)


#
#-----[ FIND ]---------------------------------------------
# Around Line 135
	{
		text = ' ' + text + ' ';

#
#-----[ AFTER, ADD ]---------------------------------------------
#

	// Since IE9, IE also has textarea.selectionStart, but it still needs to be treated the old way.
	// Therefore we simply add a !is_ie here until IE fixes the text-selection completely.
	if (!isNaN(textarea.selectionStart) && !is_ie)

#
#-----[ FIND ]---------------------------------------------
# Around Line 135
	}

#
#-----[ FIND ]---------------------------------------------
# Around Line 136
	
	if (!isNaN(textarea.selectionStart))

#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)


#
#-----[ FIND ]---------------------------------------------
# Around Line 156
		var sel_start = textarea.selectionStart;
		var sel_end = textarea.selectionEnd;

		mozWrap(textarea, text, '');
		textarea.selectionStart = sel_start + text.length;

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	}

#
#-----[ FIND ]---------------------------------------------
# Around Line 156
		textarea.selectionEnd = sel_end + text.length;

#
#-----[ FIND ]---------------------------------------------
# Around Line 157
	}	
	

#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)


#
#-----[ FIND ]---------------------------------------------
# Around Line 157
	else if (textarea.createTextRange && textarea.caretPos)

#
#-----[ AFTER, ADD ]---------------------------------------------
#
		if (baseHeight != textarea.caretPos.boundingHeight)

#
#-----[ FIND ]---------------------------------------------
# Around Line 157
	{

#
#-----[ FIND ]---------------------------------------------
# Around Line 158
		if (baseHeight != textarea.caretPos.boundingHeight) 

#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)


#
#-----[ FIND ]---------------------------------------------
# Around Line 158
		{
			textarea.focus();

#
#-----[ AFTER, ADD ]---------------------------------------------
#
		}


#
#-----[ FIND ]---------------------------------------------
# Around Line 158
			storeCaret(textarea);

#
#-----[ FIND ]---------------------------------------------
# Around Line 159
		

#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)


#
#-----[ FIND ]---------------------------------------------
# Around Line 159
	}
	else
	{
		textarea.value = textarea.value + text;

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	if (!popup)

#
#-----[ FIND ]---------------------------------------------
# Around Line 159
	}

#
#-----[ FIND ]---------------------------------------------
# Around Line 160
	if (!popup) 

#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)


#
#-----[ FIND ]---------------------------------------------
# Around Line 160
	{

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	}

#
#-----[ FIND ]---------------------------------------------
# Around Line 160
		textarea.focus();

#
#-----[ FIND ]---------------------------------------------
# Around Line 161
	} 	


#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)


#
#-----[ FIND ]---------------------------------------------
# Around Line 212
	else
	{
		divarea = document.getElementById(message_name);
	}


#
#-----[ AFTER, ADD ]---------------------------------------------
#
	// IE9 must use the document.selection method but has the *.getSelection so we just force no IE
	if (window.getSelection && !is_ie)

#
#-----[ FIND ]---------------------------------------------
# Around Line 212
	// Get text selection - not only the post content :(

#
#-----[ FIND ]---------------------------------------------
# Around Line 213
	if (window.getSelection)

#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)


#
#-----[ FIND ]---------------------------------------------
# Around Line 213
	{
		theSelection = window.getSelection().toString();

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	else if (document.getSelection && !is_ie)

#
#-----[ FIND ]---------------------------------------------
# Around Line 213
	}

#
#-----[ FIND ]---------------------------------------------
# Around Line 214
	else if (document.getSelection)

#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)


#
#-----[ FIND ]---------------------------------------------
# Around Line 272
	}

	return;
}


#
#-----[ FIND ]---------------------------------------------
# Around Line 289
				var splitAt = line.indexOf(' ', 80);

#
#-----[ FIND ]---------------------------------------------
# Around Line 290
				

#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)


#
#-----[ FIND ]---------------------------------------------
# Around Line 308
			while(splitAt != -1);
		}
	}
	return splitLines;
}

#
#-----[ FIND ]---------------------------------------------
# Around Line 317
{
	var selLength = (typeof(txtarea.textLength) == 'undefined') ? txtarea.value.length : txtarea.textLength;
	var selStart = txtarea.selectionStart;
	var selEnd = txtarea.selectionEnd;
	var scrollTop = txtarea.scrollTop;

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	if (selEnd == 1 || selEnd == 2)

#
#-----[ FIND ]---------------------------------------------
# Around Line 341
/**
* Insert at Caret position. Code from
* http://www.faqts.com/knowledge_base/view.phtml/aid/1052/fid/130
*/
function storeCaret(textEl)

#
#-----[ FIND ]---------------------------------------------
# Around Line 346
{
	if (textEl.createTextRange)

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	var keyCode = false;
	if (is_ie)
{
		keyCode = (event.keyCode) ? event.keyCode : event.charCode;
	}

	// Did the user press Shift (16), Ctrl (17) or Alt (18)?
	// If so, we do not update the caretPos, so BBCodes can still be applied correctly.
	var is_control_key = (keyCode == 16 || keyCode == 17 || keyCode == 18);

	if ((!is_ie || !is_control_key) && (textEl.createTextRange))
	{

#
#-----[ FIND ]---------------------------------------------
# Around Line 387
			}

#
#-----[ FIND ]---------------------------------------------
# Around Line 388
			

#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)


#
#-----[ FIND ]---------------------------------------------
# Around Line 427
	var caretPos = new caretPosition();
	
	// simple Gecko/Opera way
	if(txtarea.selectionStart || txtarea.selectionStart == 0)
	{
		caretPos.start = txtarea.selectionStart;
		caretPos.end = txtarea.selectionEnd;
	}
	// dirty and slow IE way
	else if(document.selection)

#
#-----[ REPLACE WITH ]---------------------------------------------
#

	var caretPos = new caretPosition();
	if (!is_ie && (txtarea.selectionStart || txtarea.selectionStart == 0))
	// simple Gecko/Opera way
	{
		caretPos.start = txtarea.selectionStart;
		caretPos.end = txtarea.selectionEnd;
	}
	else if (document.selection)
	// dirty and slow IE way

#
#-----[ FIND ]---------------------------------------------
# Around Line 443
		range_all.moveToElementText(txtarea);

#
#-----[ FIND ]---------------------------------------------
# Around Line 444
		

#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)


#
#-----[ FIND ]---------------------------------------------
# Around Line 444
		// calculate selection start point by moving beginning of range_all to beginning of range
		var sel_start;

#
#-----[ AFTER, ADD ]---------------------------------------------
#
		{

#
#-----[ FIND ]---------------------------------------------
# Around Line 444
		for (sel_start = 0; range_all.compareEndPoints('StartToStart', range) < 0; sel_start++)

#
#-----[ FIND ]---------------------------------------------
# Around Line 445
		{		

#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)


#
#-----[ FIND ]---------------------------------------------
# Around Line 445
		}

#
#-----[ FIND ]---------------------------------------------
# Around Line 446
	

#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)


#
#-----[ OPEN ]--------------------------------------------- 
#
styles/subsilver2/template/memberlist_body.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 12
			<td align="{S_CONTENT_FLOW_BEGIN}"><span class="genmed">{L_USERNAME_BEGINS_WITH}: </span><select name="first_char" onchange="this.form.submit();">{S_CHAR_OPTIONS}</select>&nbsp;<input type="submit" name="char" value="{L_DISPLAY}" class="btnlite" /></td>

#
#-----[ REPLACE WITH ]---------------------------------------------
#
			<td align="{S_CONTENT_FLOW_BEGIN}"><span class="genmed">{L_USERNAME_BEGINS_WITH}: </span>
				<select name="first_char" onchange="this.form.submit();">
					<!-- BEGIN first_char -->
						<option value="{first_char.VALUE}"<!-- IF first_char.S_SELECTED --> selected="selected"<!-- ENDIF -->>{first_char.DESC}</option>
					<!-- END first_char -->
				</select>&nbsp;<input type="submit" name="char" value="{L_DISPLAY}" class="btnlite" /></td>

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/subsilver2/template/memberlist_view.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 87
					<td><!-- IF ACTIVE_FORUM --><b><a class="gen" href="{U_ACTIVE_FORUM}">{ACTIVE_FORUM}</a></b><br /><span class="genmed">[ {ACTIVE_FORUM_POSTS} / {ACTIVE_FORUM_PCT} ]</span><!-- ELSE --><span class="gen">-</span><!-- ENDIF --></td>
				</tr>
				<tr>
					<td class="gen" align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap">{L_ACTIVE_IN_TOPIC}: </td>
					<td><!-- IF ACTIVE_TOPIC --><b><a class="gen" href="{U_ACTIVE_TOPIC}">{ACTIVE_TOPIC}</a></b><br /><span class="genmed">[ {ACTIVE_TOPIC_POSTS} / {ACTIVE_TOPIC_PCT} ]</span><!-- ELSE --><span class="gen">-</span><!-- ENDIF --></td>

#
#-----[ REPLACE WITH ]---------------------------------------------
#
					<td><!-- IF ACTIVE_FORUM != '' --><b><a class="gen" href="{U_ACTIVE_FORUM}">{ACTIVE_FORUM}</a></b><br /><span class="genmed">[ {ACTIVE_FORUM_POSTS} / {ACTIVE_FORUM_PCT} ]</span><!-- ELSE --><span class="gen">-</span><!-- ENDIF --></td>
				</tr>
				<tr>
					<td class="gen" align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap">{L_ACTIVE_IN_TOPIC}: </td>
					<td><!-- IF ACTIVE_TOPIC != '' --><b><a class="gen" href="{U_ACTIVE_TOPIC}">{ACTIVE_TOPIC}</a></b><br /><span class="genmed">[ {ACTIVE_TOPIC_POSTS} / {ACTIVE_TOPIC_PCT} ]</span><!-- ELSE --><span class="gen">-</span><!-- ENDIF --></td>

#
#-----[ FIND ]---------------------------------------------
# Around Line 146
			<!-- IF AGE -->
			<tr>
				<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{L_AGE}: </td>
				<td><b class="genmed"><!-- IF AGE -->{AGE}<!-- ELSE --> - <!-- ENDIF --></b></td>

#
#-----[ REPLACE WITH ]---------------------------------------------
#
			<!-- IF AGE !== '' -->
			<tr>
				<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{L_AGE}: </td>
				<td><b class="genmed">{AGE}</b></td>

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/subsilver2/template/posting_buttons.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 20
			e: '{LA_BBCODE_E_HELP}',
			d: '{LA_BBCODE_D_HELP}',
			t: '{LA_BBCODE_T_HELP}',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
			y: '{LA_BBCODE_Y_HELP}',
			d: '{LA_BBCODE_D_HELP}',

#
#-----[ FIND ]---------------------------------------------
# Around Line 42
		<input type="button" class="btnbbcode" accesskey="y" name="addlitsitem" value="[*]" style="width: 40px" onclick="bbstyle(-1)" onmouseover="helpline('e')" onmouseout="helpline('tip')" />				

#
#-----[ REPLACE WITH ]---------------------------------------------
#
		<input type="button" class="btnbbcode" accesskey="y" name="addlistitem" value="[*]" style="width: 40px" onclick="bbstyle(-1)" onmouseover="helpline('e')" onmouseout="helpline('tip')" />				

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/subsilver2/template/template.cfg

#
#-----[ FIND ]---------------------------------------------
# Around Line 17
#

# General Information about this template
name = subsilver2
copyright = &copy; phpBB Group, 2003

#
#-----[ FIND ]---------------------------------------------
# Around Line 22
version = 3.0.9

#
#-----[ REPLACE WITH ]---------------------------------------------
#
version = 3.0.10

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/subsilver2/template/ucp_pm_viewmessage_print.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 59
	<td colspan="2" align="center"><span class="Forum">{SITENAME}</span><br /><span class="gensmall">{L_PRIVATE_MESSAGING}</a></span></td>

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	<td colspan="2" align="center"><span class="Forum">{SITENAME}</span><br /><span class="gensmall">{L_PRIVATE_MESSAGING}</span></td>

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/subsilver2/theme/stylesheet.css

#
#-----[ FIND ]---------------------------------------------
# Around Line 1
/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		subsilver2
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		psoTFX and the phpBB team ( http://www.phpbb.com )
	
	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )

#
#-----[ REPLACE WITH ]---------------------------------------------
#
/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			subsilver2
	Based on style:		subSilver (the default phpBB 2.0.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		phpBB Group ( http://www.phpbb.com/ )

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/subsilver2/theme/theme.cfg

#
#-----[ FIND ]---------------------------------------------
# Around Line 19
#

# General Information about this theme
name = subsilver2
copyright = &copy; phpBB Group, 2003

#
#-----[ FIND ]---------------------------------------------
# Around Line 24
version = 3.0.9

#
#-----[ REPLACE WITH ]---------------------------------------------
#
version = 3.0.10

# 
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------ 
# 
# EoM