diff options
| author | Vjacheslav Trushkin <arty@phpbb.com> | 2011-09-04 01:23:03 +0300 |
|---|---|---|
| committer | Vjacheslav Trushkin <arty@phpbb.com> | 2011-09-04 11:05:10 +0300 |
| commit | 4035f3f6c8fddf52d6d26a6ad2a76535205e41dd (patch) | |
| tree | 1481f45bd7c844194b54843d944a3b2caf4ca5f7 /phpBB/styles/subsilver2/template/posting_review.html | |
| parent | 57fac62c0c56e1dda3d0981bdff9b8a35476b6f9 (diff) | |
| download | forums-4035f3f6c8fddf52d6d26a6ad2a76535205e41dd.tar forums-4035f3f6c8fddf52d6d26a6ad2a76535205e41dd.tar.gz forums-4035f3f6c8fddf52d6d26a6ad2a76535205e41dd.tar.bz2 forums-4035f3f6c8fddf52d6d26a6ad2a76535205e41dd.tar.xz forums-4035f3f6c8fddf52d6d26a6ad2a76535205e41dd.zip | |
[feature/remove-imagesets] Changing subsilver
Removing imagesets. Changing subsilver
PHPBB3-10336
Diffstat (limited to 'phpBB/styles/subsilver2/template/posting_review.html')
| -rw-r--r-- | phpBB/styles/subsilver2/template/posting_review.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/posting_review.html b/phpBB/styles/subsilver2/template/posting_review.html index 1647ef595e..87266da44c 100644 --- a/phpBB/styles/subsilver2/template/posting_review.html +++ b/phpBB/styles/subsilver2/template/posting_review.html @@ -77,7 +77,7 @@ <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr valign="middle"> <td width="100%"> </td> - <td width="10" nowrap="nowrap"><!-- IF S_IS_BOT -->{post_review_row.MINI_POST_IMG}<!-- ELSE --><a href="{post_review_row.U_MINI_POST}">{post_review_row.MINI_POST_IMG}</a><!-- ENDIF --></td> + <td width="10" nowrap="nowrap"><!-- IF S_IS_BOT -->{post_review_row.MINI_POST_IMG}<!-- ELSE --><a href="{post_review_row.U_MINI_POST}" class="imageset">{post_review_row.MINI_POST_IMG}</a><!-- ENDIF --></td> <td class="gensmall" nowrap="nowrap"><b>{L_POSTED}:</b> {post_review_row.POST_DATE}</td> </tr> </table> |
