صفحة 1 من 1

????? ???????? ?? 3.0.11 ??? 3.0.12

مرسل: الجمعة فبراير 07, 2014 12:42 am
بواسطة محمود الديب
prosilver

#
#-----[ ???? ]---------------------------------------------
#
styles/prosilver/imageset/imageset.cfg

#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 17
#

كود: تحديد الكل

 General Information about this style
name = prosilver
copyright = © phpBB Group, 2007
#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 22

كود: تحديد الكل

version = 3.0.11
#
#-----[ ?????? ? ]---------------------------------------------
#

كود: تحديد الكل

version = 3.0.12
#
#-----[ ???? ]---------------------------------------------
#
styles/prosilver/style.cfg

#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 17
#

كود: تحديد الكل

General Information about this style
name = prosilver
copyright = © phpBB Group, 2007
#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 22

كود: تحديد الكل

version = 3.0.11
#
#-----[ ?????? ? ]---------------------------------------------
#

كود: تحديد الكل

version = 3.0.12
#
#-----[ ???? ]---------------------------------------------
#
styles/prosilver/template/login_forum.html

#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 1

كود: تحديد الكل

<!-- INCLUDE overall_header.html -->
#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 3

كود: تحديد الكل

<h2 class="solo">{L_LOGIN} {FORUM_NAME}</h2>
#
#-----[ ?????? ? ]---------------------------------------------
#

كود: تحديد الكل

<!-- IF FORUM_NAME --><h2><a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></h2><!-- ENDIF -->
#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 5

كود: تحديد الكل

	<p>{L_LOGIN_FORUM}</p>

	<fieldset class="fields2">
	<!-- IF LOGIN_ERROR -->
		<dl>
			<dt> </dt>
			<dd class="error">{LOGIN_ERROR}</dd>
		</dl>
	<!-- ENDIF -->
	<dl>
		<dt><label for="password">{L_PASSWORD}:</label></dt>
		<dd><input class="inputbox narrow" type="password" name="password" id="password" size="25" tabindex="1" /></dd>
	</dl>
	<dl class="fields2">
		<dt> </dt>
		<dd>{S_HIDDEN_FIELDS}<input type="submit" name="login" id="login" class="button1" value="{L_LOGIN}" tabindex="2" /></dd>
	</dl>
	{S_LOGIN_REDIRECT}
	</fieldset>
#
#-----[ ?????? ? ]---------------------------------------------
#

كود: تحديد الكل

	<div class="content">
		<h2>{L_LOGIN}</h2>

		<p>{L_LOGIN_FORUM}</p>

		<fieldset class="fields1">
			<!-- IF LOGIN_ERROR -->
				<dl>
					<dt> </dt>
					<dd class="error">{LOGIN_ERROR}</dd>
				</dl>
			<!-- ENDIF -->

			<dl>
				<dt><label for="password">{L_PASSWORD}:</label></dt>
				<dd><input type="password" tabindex="1" id="password" name="password" size="25" class="inputbox narrow" /></dd>
			</dl>
			{S_LOGIN_REDIRECT}
			<dl>
				<dt> </dt>
				<dd>{S_HIDDEN_FIELDS}<input type="submit" name="login" id="login" class="button1" value="{L_LOGIN}" tabindex="2" /></dd>
			</dl>
		</fieldset>
	</div>
#
#-----[ ???? ]---------------------------------------------
#
styles/prosilver/template/mcp_front.html

#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 117

كود: تحديد الكل

			<li class="row<!-- IF report.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
#
#-----[ ?????? ? ]---------------------------------------------
#

كود: تحديد الكل

			<li class="row<!-- IF pm_report.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
#
#-----[ ???? ]---------------------------------------------
#
styles/prosilver/template/memberlist_search.html

#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 72

كود: تحديد الكل

		<dd><input type="text" name="yahoo" id="yahoo" value="{YAHOO}" class="inputbox" /></dd>
	</dl>
	<dl>
		<dt><label for="msn">{L_MSNM}:</label></dt>
		<dd><input type="text" name="msn" id="msn" value="{MSNM}" class="inputbox" /></dd>
#
#-----[ ??? ???? ]---------------------------------------------
#

كود: تحديد الكل

	</dl>
	<dl>
		<dt><label for="jabber">{L_JABBER}:</label></dt>
		<dd><input type="text" name="jabber" id="jabber" value="{JABBER}" class="inputbox" /></dd>

#
#-----[ ???? ]---------------------------------------------
#
styles/prosilver/template/posting_editor.html

#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 15

كود: تحديد الكل

							<!-- IF to_recipient.IS_GROUP --><a href="{to_recipient.U_VIEW}"><strong>{to_recipient.NAME}</strong></a> <!-- ELSE -->{to_recipient.NAME_FULL} <!-- ENDIF -->
#
#-----[ ?????? ? ]---------------------------------------------
#

كود: تحديد الكل

							<!-- IF to_recipient.IS_GROUP --><a href="{to_recipient.U_VIEW}"><strong>{to_recipient.NAME}</strong></a><!-- ELSE -->{to_recipient.NAME_FULL}<!-- ENDIF --> 
#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 27

كود: تحديد الكل

							<!-- IF bcc_recipient.IS_GROUP --><a href="{bcc_recipient.U_VIEW}"><strong>{bcc_recipient.NAME}</strong></a><!-- ELSE -->{bcc_recipient.NAME_FULL} <!-- ENDIF -->
#
#-----[ ?????? ? ]---------------------------------------------
#

كود: تحديد الكل

							<!-- IF bcc_recipient.IS_GROUP --><a href="{bcc_recipient.U_VIEW}"><strong>{bcc_recipient.NAME}</strong></a><!-- ELSE -->{bcc_recipient.NAME_FULL}<!-- ENDIF --> 
#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 48

كود: تحديد الكل

							<!-- IF to_recipient.IS_GROUP --><a href="{to_recipient.U_VIEW}"><strong>{to_recipient.NAME}</strong></a><!-- ELSE -->{to_recipient.NAME_FULL} <!-- ENDIF -->
#
#-----[ ?????? ? ]---------------------------------------------
#

كود: تحديد الكل

							<!-- IF to_recipient.IS_GROUP --><a href="{to_recipient.U_VIEW}"><strong>{to_recipient.NAME}</strong></a><!-- ELSE -->{to_recipient.NAME_FULL}<!-- ENDIF --> 
#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 163

كود: تحديد الكل

				<dd><a href="{attach_row.U_VIEW_ATTACHMENT}" class="{S_CONTENT_FLOW_END}">{attach_row.FILENAME}</a></dd>
#
#-----[ ?????? ? ]---------------------------------------------
#

كود: تحديد الكل

				<dd><a href="{attach_row.U_VIEW_ATTACHMENT}">{attach_row.FILENAME}</a></dd>
#
#-----[ ???? ]---------------------------------------------
#
styles/prosilver/template/report_body.html

#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 8

كود: تحديد الكل

	<div class="content">
		<p><!-- IF S_REPORT_POST -->{L_REPORT_POST_EXPLAIN}<!-- ELSE -->{L_REPORT_MESSAGE_EXPLAIN}<!-- ENDIF --></p>
		
		<fieldset>
#
#-----[ ??? ???? ]---------------------------------------------
#

كود: تحديد الكل

		<!-- IF ERROR --><dl><dd class="error">{ERROR}</dd></dl><!-- ENDIF -->
#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 26

كود: تحديد الكل

		<!-- ENDIF -->
		<dl class="fields2">
			<dt><label for="report_text">{L_MORE_INFO}:</label><br /><span>{L_CAN_LEAVE_BLANK}</span></dt>
			<dd><textarea name="report_text" id="report_text" rows="10" cols="76" class="inputbox">{REPORT_TEXT}</textarea></dd>
		</dl>
#
#-----[ ??? ???? ]---------------------------------------------
#

كود: تحديد الكل

		<!-- IF CAPTCHA_TEMPLATE -->
			<!-- INCLUDE {CAPTCHA_TEMPLATE} -->
		<!-- ENDIF -->
#
#-----[ ???? ]---------------------------------------------
#
styles/prosilver/template/search_results.html

#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 1

كود: تحديد الكل

<!-- INCLUDE overall_header.html -->

<h2><!-- IF SEARCH_TITLE -->{SEARCH_TITLE}<!-- ELSE -->{SEARCH_MATCHES}<!-- ENDIF --><!-- IF SEARCH_WORDS -->: <a href="{U_SEARCH_WORDS}">{SEARCH_WORDS}</a><!-- ENDIF --></h2>
#
#-----[ ??? ???? ]---------------------------------------------
#

كود: تحديد الكل

<!-- IF SEARCHED_QUERY --> <p>{L_SEARCHED_QUERY}: <strong>{SEARCHED_QUERY}</strong></p><!-- ENDIF -->
#
#-----[ ???? ]---------------------------------------------
#
styles/prosilver/template/template.cfg

#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 17
#

كود: تحديد الكل

 General Information about this template
name = prosilver
copyright = © phpBB Group, 2007
#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 22

كود: تحديد الكل

version = 3.0.11
#
#-----[ ?????? ? ]---------------------------------------------
#

كود: تحديد الكل

version = 3.0.12
#
#-----[ ???? ]---------------------------------------------
#
styles/prosilver/template/ucp_groups_manage.html

#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 4

كود: تحديد الكل

	<p>{L_GROUPS_EXPLAIN}</p>

	<!-- IF S_EDIT -->
		<h3>{L_GROUP_DETAILS}</h3>
	
		<!-- IF S_ERROR -->
		<div class="errorbox">
			<h3>{L_WARNING}</h3>
			<p>{ERROR_MSG}</p>
		</div>
		<!-- ENDIF -->


#
#-----[ ?????? ? ]---------------------------------------------
#

كود: تحديد الكل

	<!-- IF S_ERROR -->
	<fieldset>
		<p class="error">{ERROR_MSG}</p>
	</fieldset>
	<!-- ENDIF -->

	<p>{L_GROUPS_EXPLAIN}</p>

	<!-- IF S_EDIT -->
		<h3>{L_GROUP_DETAILS}</h3>
#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 52

كود: تحديد الكل

		<dd><input name="group_colour" type="text" id="group_colour" value="{GROUP_COLOUR}" size="7" maxlength="7" class="inputbox narrow" /> <span style="background-color: {GROUP_COLOUR};">   </span> [ <a href="{U_SWATCH}" onclick="popup(this.href, 636, 150, '_swatch'); return false;">{L_COLOUR_SWATCH}</a> ]</dd>
#
#-----[ ?????? ? ]---------------------------------------------
#

كود: تحديد الكل

		<dd><input name="group_colour" type="text" id="group_colour" value="{GROUP_COLOUR}" size="6" maxlength="6" class="inputbox narrow" /> <span style="background-color: {GROUP_COLOUR};">   </span> [ <a href="{U_SWATCH}" onclick="popup(this.href, 636, 150, '_swatch'); return false;">{L_COLOUR_SWATCH}</a> ]</dd>
#
#-----[ ???? ]---------------------------------------------
#
styles/prosilver/template/ucp_pm_history.html

#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 22

كود: تحديد الكل

			<div class="content">{history_row.MESSAGE}</div>
#
#-----[ ?????? ? ]---------------------------------------------
#

كود: تحديد الكل

			<div class="content"><!-- IF history_row.MESSAGE -->{history_row.MESSAGE}<!-- ELSE --><span class="error">{L_MESSAGE_REMOVED_FROM_OUTBOX}</span><!-- ENDIF --></div>
#
#-----[ ???? ]---------------------------------------------
#
styles/prosilver/template/ucp_pm_viewmessage_print.html

#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 21

كود: تحديد الكل

		<p>{SITE_DESCRIPTION}<br /><a href="{U_FORUM}">{U_FORUM}</a></p>

		<h2>{TOPIC_TITLE}</h2>
		<p><a href="{U_TOPIC}">{U_TOPIC}</a></p>
#
#-----[ ?????? ? ]---------------------------------------------
#

كود: تحديد الكل

		<p>{SITE_DESCRIPTION}</p>

		<h2>{L_PRIVATE_MESSAGING}</h2>
#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 46

كود: تحديد الكل

		<div class="copyright">Powered by phpBB® Forum Software © phpBB Group<br />http://www.phpbb.com/</div>
#
#-----[ ?????? ? ]---------------------------------------------
#

كود: تحديد الكل

		<div class="copyright">Powered by phpBB® Forum Software © phpBB Group<br />https://www.phpbb.com/</div>
#
#-----[ ???? ]---------------------------------------------
#
styles/prosilver/template/ucp_prefs_personal.html

#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 61

كود: تحديد الكل

	<dl>
		<dt><label for="lang">{L_BOARD_LANGUAGE}:</label></dt>
		<dd><select name="lang" id="lang">{S_LANG_OPTIONS}</select></dd>
	</dl>
	<!-- IF S_STYLE_OPTIONS -->
#
#-----[ ?????? ? ]---------------------------------------------
#

كود: تحديد الكل

	<!-- IF S_MORE_LANGUAGES -->
		<dl>
			<dt><label for="lang">{L_BOARD_LANGUAGE}:</label></dt>
			<dd><select name="lang" id="lang">{S_LANG_OPTIONS}</select></dd>
		</dl>
	<!-- ENDIF -->
	<!-- IF S_STYLE_OPTIONS and S_MORE_STYLES -->
#
#-----[ ???? ]---------------------------------------------
#
styles/prosilver/template/viewtopic_print.html

#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 42

كود: تحديد الكل

		<div class="copyright">Powered by phpBB® Forum Software © phpBB Group<br />http://www.phpbb.com/</div>
#
#-----[ ?????? ? ]---------------------------------------------
#

كود: تحديد الكل

		<div class="copyright">Powered by phpBB® Forum Software © phpBB Group<br />https://www.phpbb.com/</div>
#
#-----[ ???? ]---------------------------------------------
#
styles/prosilver/theme/stylesheet.css

#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 1

كود: تحديد الكل

	Modified by:		phpBB Group ( http://www.phpbb.com/ )
#
#-----[ ?????? ? ]---------------------------------------------
#

كود: تحديد الكل

	Modified by:		phpBB Group ( https://www.phpbb.com/ )
#
#-----[ ???? ]---------------------------------------------
#
styles/prosilver/theme/theme.cfg

#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 19
#

كود: تحديد الكل

# General Information about this theme
name = prosilver
copyright = © phpBB Group, 2007
#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 24

كود: تحديد الكل

version = 3.0.11
#
#-----[ ?????? ? ]---------------------------------------------
#

كود: تحديد الكل

version = 3.0.12
?????

????? ???????? ?? 3.0.11 ??? 3.0.12

مرسل: الجمعة فبراير 07, 2014 12:48 am
بواسطة محمود الديب
subsilver2

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

#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 17
#

كود: تحديد الكل

# General Information about this style
name = subsilver2
copyright = © phpBB Group, 2003
#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 22

كود: تحديد الكل

version = 3.0.11
#
#-----[ ?????? ? ]---------------------------------------------
#

كود: تحديد الكل

version = 3.0.12
#
#-----[ ???? ]---------------------------------------------
#
styles/subsilver2/style.cfg

#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 17
#

كود: تحديد الكل

# General Information about this style
name = subsilver2
copyright = © 2005 phpBB Group
#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 22

كود: تحديد الكل

version = 3.0.11
#
#-----[ ?????? ? ]---------------------------------------------
#

كود: تحديد الكل

version = 3.0.12
#
#-----[ ???? ]---------------------------------------------
#
styles/subsilver2/template/captcha_qa.html

#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 1

كود: تحديد الكل

		<td class="row2"><input class="post" type="text" name="qa_answer" size="80"<!-- IF $CAPTCHA_TAB_INDEX --> tabindex="{$CAPTCHA_TAB_INDEX}"<!-- ENDIF --> /></td>
#
#-----[ ?????? ? ]---------------------------------------------
#

كود: تحديد الكل

		<td class="row2"><input class="post" type="text" name="qa_answer" size="80"<!-- IF $CAPTCHA_TAB_INDEX --> tabindex="{$CAPTCHA_TAB_INDEX}"<!-- ENDIF --> />
#
#-----[ ???? ]---------------------------------------------
#
styles/subsilver2/template/login_forum.html

#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 1

كود: تحديد الكل

<!-- INCLUDE overall_header.html -->
#
#-----[ ??? ???? ]---------------------------------------------
#

كود: تحديد الكل

<!-- IF FORUM_NAME -->
	<div id="pageheader">
		<h2><a class="titles" href="{U_VIEW_FORUM}">{FORUM_NAME}</a></h2>
	</div>

	<br clear="all" /><br />
<!-- ENDIF -->
#
#-----[ ???? ]---------------------------------------------
#
styles/subsilver2/template/report_body.html

#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 4

كود: تحديد الكل

<table class="tablebg" width="100%" cellspacing="1">
<tr>
	<th colspan="2"><!-- IF S_REPORT_POST -->{L_REPORT_POST}<!-- ELSE -->{L_REPORT_MESSAGE}<!-- ENDIF --></th>
</tr>
#
#-----[ ??? ???? ]---------------------------------------------
#

كود: تحديد الكل

<!-- IF ERROR -->
	<tr>
		<td class="row3" colspan="2" align="center"><span class="genmed error">{ERROR}</span></td>
	</tr>
<!-- ENDIF -->
#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 28

كود: تحديد الكل

<!-- ENDIF -->
<tr>
	<td class="row1" valign="top"><span class="gen"><b>{L_MORE_INFO}:</b></span><br /><span class="gensmall">{L_CAN_LEAVE_BLANK}</span></td>
	<td class="row2"><textarea class="post" name="report_text" rows="10" cols="50">{REPORT_TEXT}</textarea></td>
</tr>
#
#-----[ ??? ???? ]---------------------------------------------
#

كود: تحديد الكل

<!-- IF CAPTCHA_TEMPLATE -->
			<!-- INCLUDE {CAPTCHA_TEMPLATE} -->
<!-- ENDIF -->	
#
#-----[ ???? ]---------------------------------------------
#
styles/subsilver2/template/simple_footer.html

#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 1

كود: تحديد الكل

</div>

<div id="wrapfooter">
#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 5

كود: تحديد الكل

	<span class="copyright">{CREDIT_LINE}
#
#-----[ ?????? ? ]---------------------------------------------
#

كود: تحديد الكل

	<span class="copyright">{CREDIT_LINE}</span>
#
#-----[ ???? ]---------------------------------------------
#
styles/subsilver2/template/template.cfg

#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 17
#

كود: تحديد الكل

# General Information about this template
name = subsilver2
copyright = © phpBB Group, 2003
#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 22

كود: تحديد الكل

version = 3.0.11
#
#-----[ ?????? ? ]---------------------------------------------
#

كود: تحديد الكل

version = 3.0.12
#
#-----[ ???? ]---------------------------------------------
#
styles/subsilver2/template/ucp_pm_history.html

#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 35

كود: تحديد الكل

							<td><div class="postbody">{history_row.MESSAGE}</div><div id="message_{history_row.MSG_ID}" style="display: none;">{history_row.DECODED_MESSAGE}</div></td>
#
#-----[ ?????? ? ]---------------------------------------------
#

كود: تحديد الكل

							<td><div class="postbody"><!-- IF history_row.MESSAGE -->{history_row.MESSAGE}<!-- ELSE --><span class="error">{L_MESSAGE_REMOVED_FROM_OUTBOX}</span><!-- ENDIF --></div><div id="message_{history_row.MSG_ID}" style="display: none;">{history_row.DECODED_MESSAGE}</div></td>
#
#-----[ ???? ]---------------------------------------------
#
styles/subsilver2/template/ucp_pm_viewmessage_print.html

#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 112

كود: تحديد الكل

	<td colspan="2" align="center"><span class="gensmall">Powered by phpBB® Forum Software © phpBB Group<br />http://www.phpbb.com/</span></td>
#
#-----[ ?????? ? ]---------------------------------------------
#

كود: تحديد الكل

	<td colspan="2" align="center"><span class="gensmall">Powered by phpBB® Forum Software © phpBB Group<br />https://www.phpbb.com/</span></td>
#
#-----[ ???? ]---------------------------------------------
#
styles/subsilver2/template/ucp_prefs_personal.html

#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 59

كود: تحديد الكل

<tr>
	<td class="row1" width="50%"><b class="genmed">{L_BOARD_LANGUAGE}:</b></td>
	<td class="row2"><select name="lang">{S_LANG_OPTIONS}</select></td>
</tr>
<!-- IF S_STYLE_OPTIONS -->
#
#-----[ ?????? ? ]---------------------------------------------
#

كود: تحديد الكل

<!-- IF S_MORE_LANGUAGES -->
<tr>
	<td class="row1" width="50%"><b class="genmed">{L_BOARD_LANGUAGE}:</b></td>
	<td class="row2"><select name="lang">{S_LANG_OPTIONS}</select></td>
</tr>
<!-- ENDIF -->
<!-- IF S_STYLE_OPTIONS and S_MORE_STYLES -->
#
#-----[ ???? ]---------------------------------------------
#
styles/subsilver2/template/viewforum_body.html

#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 153

كود: تحديد الكل

					<td align="{S_CONTENT_FLOW_END}" valign="middle"><!-- IF not S_IS_BOT and U_MARK_TOPICS --><a href="{U_MARK_TOPICS}">{L_MARK_TOPICS_READ}</a><!-- ENDIF --> </td>
#
#-----[ ?????? ? ]---------------------------------------------
#

كود: تحديد الكل

					<td align="{S_CONTENT_FLOW_END}" valign="middle"><!-- IF not S_IS_BOT and U_MARK_TOPICS and .topicrow --><a href="{U_MARK_TOPICS}">{L_MARK_TOPICS_READ}</a><!-- ENDIF --> </td>
#
#-----[ ???? ]---------------------------------------------
#
styles/subsilver2/template/viewtopic_print.html

#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 126

كود: تحديد الكل

	<td colspan="2" align="center"><span class="gensmall">Powered by phpBB® Forum Software © phpBB Group<br />http://www.phpbb.com/</span></td>
#
#-----[ ?????? ? ]---------------------------------------------
#

كود: تحديد الكل

	<td colspan="2" align="center"><span class="gensmall">Powered by phpBB® Forum Software © phpBB Group<br />https://www.phpbb.com/</span></td>
#
#-----[ ???? ]---------------------------------------------
#
styles/subsilver2/theme/stylesheet.css

#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 1

كود: تحديد الكل

	Modified by:		phpBB Group ( http://www.phpbb.com/ )
#
#-----[ ?????? ? ]---------------------------------------------
#

كود: تحديد الكل

	Modified by:		phpBB Group ( https://www.phpbb.com/ )
#
#-----[ ???? ]---------------------------------------------
#
styles/subsilver2/theme/theme.cfg

#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 19
#

كود: تحديد الكل

# General Information about this theme
name = subsilver2
copyright = © phpBB Group, 2003
#
#-----[ ???? ?? ]---------------------------------------------
# Around Line 24

كود: تحديد الكل

version = 3.0.11
#
#-----[ ?????? ? ]---------------------------------------------
#

كود: تحديد الكل

version = 3.0.12

????? ???????? ?? 3.0.11 ??? 3.0.12

مرسل: الأحد فبراير 09, 2014 12:38 pm
بواسطة ابو عبد الودود
???? ????? ??? ???????
???? ????