mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
r122
Отображение логотипа в Opera Speed-Dial git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@122 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
bfc26e9864
commit
c6d15289c0
3 changed files with 4 additions and 3 deletions
|
@ -57,8 +57,8 @@ $bb_cfg['css_ver'] = 1;
|
|||
|
||||
// Increase number of revision after update
|
||||
$bb_cfg['tp_version'] = '2.0.2';
|
||||
$bb_cfg['tp_release_state'] = 'TP II r119';
|
||||
$bb_cfg['tp_release_date'] = '22-07-2011';
|
||||
$bb_cfg['tp_release_state'] = 'TP II r122';
|
||||
$bb_cfg['tp_release_date'] = '23-07-2011';
|
||||
|
||||
$bb_cfg['board_disabled_msg'] = 'форум временно отключен'; // 'forums temporarily disabled'; // show this msg if board has been disabled via ON/OFF trigger
|
||||
$bb_cfg['srv_overloaded_msg'] = "Извините, в данный момент сервер перегружен\nПопробуйте повторить запрос через несколько минут";
|
||||
|
|
BIN
upload/images/logo/logo_big.png
Normal file
BIN
upload/images/logo/logo_big.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 88 KiB |
|
@ -7,7 +7,8 @@
|
|||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
||||
{META}
|
||||
<link rel="stylesheet" href="{STYLESHEET}?v={$bb_cfg['css_ver']}" type="text/css">
|
||||
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
||||
<link rel="icon" type="image/png" href="/images/logo/logo_big.png" />
|
||||
<link rel="search" type="application/opensearchdescription+xml" href="opensearch_desc.xml" title="{SITENAME} (Forum)" />
|
||||
<link rel="search" type="application/opensearchdescription+xml" href="opensearch_desc_bt.xml" title="{SITENAME} (Tracker)" />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue