diff options
| author | Jonathan Stanley <shs@users.sourceforge.net> | 2007-04-13 06:34:09 +0000 |
|---|---|---|
| committer | Jonathan Stanley <shs@users.sourceforge.net> | 2007-04-13 06:34:09 +0000 |
| commit | 59c4fad29693584f44fe3acf4de12291c4d8f170 (patch) | |
| tree | a9cc780ce9fb26938761d840e0b2158d620e1620 /phpBB/styles/prosilver/template/viewtopic_body.html | |
| parent | bb43f8f0de7c1cdc640ddca980e089de695442bf (diff) | |
| download | forums-59c4fad29693584f44fe3acf4de12291c4d8f170.tar forums-59c4fad29693584f44fe3acf4de12291c4d8f170.tar.gz forums-59c4fad29693584f44fe3acf4de12291c4d8f170.tar.bz2 forums-59c4fad29693584f44fe3acf4de12291c4d8f170.tar.xz forums-59c4fad29693584f44fe3acf4de12291c4d8f170.zip | |
icon_back_top.gif wasn't imagesetified and was an ugly inlined image in viewtopic... bleurgh! :P
git-svn-id: file:///svn/phpbb/trunk@7353 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/viewtopic_body.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/viewtopic_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index 494686f419..c785d541e1 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -209,7 +209,7 @@ </dl> <!-- ENDIF --> - <div class="back2top"><a href="#wrap" title="{L_BACK_TO_TOP}"><img src="{T_IMAGESET_PATH}/icon_back_top.gif" alt="{L_BACK_TO_TOP}" /></a></div> + <div class="back2top"><a href="#wrap" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a></div> <span class="corners-bottom"><span></span></span></div> </div> |
