I wish to remove the '[' and ']' symbols that surround [Next >>] in navSplitPagesLinks.
Is there a way to remove them or replace them with a 'Next' button?
![]()
I wish to remove the '[' and ']' symbols that surround [Next >>] in navSplitPagesLinks.
Is there a way to remove them or replace them with a 'Next' button?
![]()
includes/languages/english.php line 287 you can replace this with html for button
define('PREVNEXT_BUTTON_NEXT', '<img src="' . HTTP_SERVER . DIR_WS_CATALOG . DIR_WS_TEMPLATE . 'buttons/english/button_next.gif">');
This will change all of the NEXT to buttons
There is already a button_next.gif in your button folder
ooooh Thank you!
For the moment i only removed the square brackets. Looks better already![]()