diff options
author | PayBas <contact@paybas.com> | 2014-05-30 01:13:23 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-06-05 09:59:33 +0200 |
commit | 140ecf1c98175ce6984968d10c35ce80fe927526 (patch) | |
tree | b0a8cf6a6d9bf3c86fa063476028a1f14929e320 /phpBB/styles/prosilver/template/viewonline_body.html | |
parent | da1d24a1f0a45026f0abc781a63eff4af6f69985 (diff) | |
download | forums-140ecf1c98175ce6984968d10c35ce80fe927526.tar forums-140ecf1c98175ce6984968d10c35ce80fe927526.tar.gz forums-140ecf1c98175ce6984968d10c35ce80fe927526.tar.bz2 forums-140ecf1c98175ce6984968d10c35ce80fe927526.tar.xz forums-140ecf1c98175ce6984968d10c35ce80fe927526.zip |
[ticket/12613] Removed all previous_page / next_page text links
PHPBB3-12613
Diffstat (limited to 'phpBB/styles/prosilver/template/viewonline_body.html')
-rw-r--r-- | phpBB/styles/prosilver/template/viewonline_body.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/phpBB/styles/prosilver/template/viewonline_body.html b/phpBB/styles/prosilver/template/viewonline_body.html index 553e322f92..a8fb6424b6 100644 --- a/phpBB/styles/prosilver/template/viewonline_body.html +++ b/phpBB/styles/prosilver/template/viewonline_body.html @@ -47,12 +47,6 @@ </div> </div> -<!-- IF U_PREVIOUS_PAGE or U_NEXT_PAGE --> -<fieldset class="display-options right-box"> - <!-- IF U_PREVIOUS_PAGE --><a href="{U_PREVIOUS_PAGE}" class="arrow-{S_CONTENT_FLOW_BEGIN}">{L_PREVIOUS}</a><!-- ELSE -->{L_PREVIOUS}<!-- ENDIF --> • <!-- IF U_NEXT_PAGE --><a href="{U_NEXT_PAGE}" class="arrow-{S_CONTENT_FLOW_END}">{L_NEXT}</a><!-- ELSE -->{L_NEXT}<!-- ENDIF --> -</fieldset> -<!-- ENDIF --> - <!-- IF LEGEND --><p><em>{L_LEGEND}{L_COLON} {LEGEND}</em></p><!-- ENDIF --> <ul class="linklist"> |