mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
r252
git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@252 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
bd14b5b363
commit
bb70968c0a
3 changed files with 1 additions and 95 deletions
|
@ -1,16 +1,9 @@
|
|||
## Set charset server
|
||||
AddDefaultCharset UTF-8
|
||||
## Set charset for php mb-functions
|
||||
php_value mbstring.internal_encoding UTF-8
|
||||
php_value magic_quotes_gpc off
|
||||
|
||||
## RSS MOD
|
||||
#RewriteEngine On
|
||||
#RewriteRule ^rss.xml$ rss.php [L]
|
||||
|
||||
## Access control
|
||||
<FilesMatch "\.(.*sql|tpl|inc|db|log)|(config|common).php$">
|
||||
deny from all
|
||||
</FilesMatch>
|
||||
|
||||
# Copyright (c) 2008-2011, Pandora.
|
|
@ -57,7 +57,7 @@ $bb_cfg['css_ver'] = 1;
|
|||
|
||||
// Increase number of revision after update
|
||||
$bb_cfg['tp_version'] = '2.1 Stable';
|
||||
$bb_cfg['tp_release_state'] = 'R251';
|
||||
$bb_cfg['tp_release_state'] = 'R252';
|
||||
$bb_cfg['tp_release_date'] = '24-08-2011';
|
||||
|
||||
$bb_cfg['board_disabled_msg'] = 'форум временно отключен'; // 'forums temporarily disabled'; // show this msg if board has been disabled via ON/OFF trigger
|
||||
|
|
|
@ -1,87 +0,0 @@
|
|||
<!-- BEGIN ulist_open --><ul><!-- END ulist_open -->
|
||||
<!-- BEGIN ulist_close --></ul><!-- END ulist_close -->
|
||||
|
||||
<!-- BEGIN olist_open --><ol type="{LIST_TYPE}"><!-- END olist_open -->
|
||||
<!-- BEGIN olist_close --></ol><!-- END olist_close -->
|
||||
|
||||
<!-- BEGIN listitem --><li><!-- END listitem -->
|
||||
|
||||
<!-- BEGIN quote_username_open -->
|
||||
<div class="q-wrap">
|
||||
<p class="q-head"><b>{USERNAME}</b> {L_WROTE}:</p>
|
||||
<div class="q">
|
||||
<!-- END quote_username_open -->
|
||||
|
||||
<!-- BEGIN quote_open -->
|
||||
<div class="q-wrap">
|
||||
<p class="q-head"><b>{L_QUOTE}:</b></p>
|
||||
<div class="q">
|
||||
<!-- END quote_open -->
|
||||
|
||||
<!-- BEGIN quote_close -->
|
||||
<div class="clear"></div>
|
||||
</div><!--/q-->
|
||||
</div><!--/q_wrap-->
|
||||
<!-- END quote_close -->
|
||||
|
||||
<!-- BEGIN code_open -->
|
||||
<div class="c-wrap">
|
||||
<div class="c-head">
|
||||
<p style="float: left;"><b>{L_CODE}:</b></p>
|
||||
<script type="text/javascript">
|
||||
copyText_writeLink('this.parentNode.parentNode.nextSibling.nextSibling');
|
||||
</script>
|
||||
</div><!--/code_head-->
|
||||
<div class="c-body">
|
||||
<!-- END code_open -->
|
||||
|
||||
<!-- BEGIN code_close -->
|
||||
</div><!--/code-->
|
||||
</div><!--/code_wrap-->
|
||||
<!-- END code_close -->
|
||||
|
||||
<!-- BEGIN spoiler_title_open -->
|
||||
<div class="sp-wrap">
|
||||
<div class="sp-body" title="{SPOILER_HEAD}">
|
||||
<!-- END spoiler_open -->
|
||||
|
||||
<!-- BEGIN spoiler_open -->
|
||||
<div class="sp-wrap">
|
||||
<div class="sp-body" title="{SPOILER_HEAD}">
|
||||
<!-- END spoiler_open -->
|
||||
|
||||
<!-- BEGIN spoiler_close -->
|
||||
</div><!--/spoiler-body-->
|
||||
</div><!--/spoiler-wrap-->
|
||||
<!-- END spoiler_close -->
|
||||
|
||||
<!-- BEGIN b_open --><span style="font-weight: bold;"><!-- END b_open -->
|
||||
<!-- BEGIN b_close --></span><!-- END b_close -->
|
||||
|
||||
<!-- BEGIN u_open --><span style="text-decoration: underline;"><!-- END u_open -->
|
||||
<!-- BEGIN u_close --></span><!-- END u_close -->
|
||||
|
||||
<!-- BEGIN i_open --><span style="font-style: italic;"><!-- END i_open -->
|
||||
<!-- BEGIN i_close --></span><!-- END i_close -->
|
||||
|
||||
<!-- BEGIN s_open --><span class="post-s"><!-- END s_open -->
|
||||
<!-- BEGIN s_close --></span><!-- END s_close -->
|
||||
|
||||
<!-- BEGIN color_open --><span style="color: {COLOR};"><!-- END color_open -->
|
||||
<!-- BEGIN color_close --></span><!-- END color_close -->
|
||||
|
||||
<!-- BEGIN size_open --><span style="font-size: {SIZE}px; line-height: normal;"><!-- END size_open -->
|
||||
<!-- BEGIN size_close --></span><!-- END size_close -->
|
||||
|
||||
<!-- BEGIN font_open --><span style="font-family: {FONT}"><!-- END font_open -->
|
||||
<!-- BEGIN font_close --></span><!-- END font_close -->
|
||||
|
||||
<!-- BEGIN align_open --><div style="text-align: {ALIGN};"><!-- END align_open -->
|
||||
<!-- BEGIN align_close --></div><!-- END align_close -->
|
||||
|
||||
<!-- BEGIN img --><var class="postImg" title="{URL}"> </var><!-- END img -->
|
||||
<!-- BEGIN img_aligned --><var class="postImg postImgAligned img-{ALIGN}" title="{URL}"> </var><!-- END img_aligned -->
|
||||
|
||||
<!-- BEGIN url --><a href="{URL}" class="postLink">{DESCRIPTION}</a><!-- END url -->
|
||||
|
||||
<!-- BEGIN email --><a href="mailto:{EMAIL}">{EMAIL}</a><!-- END email -->
|
Loading…
Add table
Add a link
Reference in a new issue