mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-05 14:04:57 +02:00
Added another image name for 'goto post'
git-svn-id: file:///svn/phpbb/trunk@1528 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
43d81dfda3
commit
cd33d8e40f
phpBB
@ -1018,7 +1018,7 @@ else if( $query_keywords != "" || $query_author != "" || $search_id )
|
|||||||
|
|
||||||
if( $replies > $board_config['topics_per_page'] )
|
if( $replies > $board_config['topics_per_page'] )
|
||||||
{
|
{
|
||||||
$goto_page = "[ <img src=\"" . $images['icon_minipost'] . "\" alt=\"" . $lang['Goto_page'] . "\" />" . $lang['Goto_page'] . ": ";
|
$goto_page = "[ <img src=\"" . $images['icon_gotopost'] . "\" alt=\"" . $lang['Goto_page'] . "\" />" . $lang['Goto_page'] . ": ";
|
||||||
|
|
||||||
$times = 1;
|
$times = 1;
|
||||||
for($j = 0; $j < $replies + 1; $j += $board_config['topics_per_page'])
|
for($j = 0; $j < $replies + 1; $j += $board_config['topics_per_page'])
|
||||||
|
@ -37,6 +37,7 @@ $images['icon_aim'] = "templates/subSilver/images/icon_aim.gif";
|
|||||||
$images['icon_yim'] = "templates/subSilver/images/icon_yim.gif";
|
$images['icon_yim'] = "templates/subSilver/images/icon_yim.gif";
|
||||||
$images['icon_msnm'] = "templates/subSilver/images/icon_msnm.gif";
|
$images['icon_msnm'] = "templates/subSilver/images/icon_msnm.gif";
|
||||||
$images['icon_minipost'] = "templates/subSilver/images/icon_minipost.gif";
|
$images['icon_minipost'] = "templates/subSilver/images/icon_minipost.gif";
|
||||||
|
$images['icon_gotopost'] = "templates/subSilver/images/icon_minipost.gif";
|
||||||
$images['icon_minipost_new'] = "templates/subSilver/images/icon_minipost_new.gif";
|
$images['icon_minipost_new'] = "templates/subSilver/images/icon_minipost_new.gif";
|
||||||
$images['icon_latest_reply'] = "templates/subSilver/images/icon_latest_reply.gif";
|
$images['icon_latest_reply'] = "templates/subSilver/images/icon_latest_reply.gif";
|
||||||
$images['icon_newest_reply'] = "templates/subSilver/images/icon_newest_reply.gif";
|
$images['icon_newest_reply'] = "templates/subSilver/images/icon_newest_reply.gif";
|
||||||
|
@ -431,7 +431,7 @@ if( $total_topics )
|
|||||||
|
|
||||||
if( ( $replies + 1 ) > $board_config['posts_per_page'] )
|
if( ( $replies + 1 ) > $board_config['posts_per_page'] )
|
||||||
{
|
{
|
||||||
$goto_page = " [ <img src=\"" . $images['icon_minipost'] . "\" alt=\"" . $lang['Goto_page'] . "\" title=\"" . $lang['Goto_page'] . "\" />" . $lang['Goto_page'] . ": ";
|
$goto_page = " [ <img src=\"" . $images['icon_gotopost'] . "\" alt=\"" . $lang['Goto_page'] . "\" title=\"" . $lang['Goto_page'] . "\" />" . $lang['Goto_page'] . ": ";
|
||||||
|
|
||||||
$times = 1;
|
$times = 1;
|
||||||
for($j = 0; $j < $replies + 1; $j += $board_config['posts_per_page'])
|
for($j = 0; $j < $replies + 1; $j += $board_config['posts_per_page'])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user