Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Remove [Next >>] or replace with button?

Remove [Next >>] or replace with button?

Views: 472

Results 1 to 3 of 3
11 Nov 2011, 6:49 AM
#1
hell_guapo avatar

hell_guapo

Zen Follower

Join Date:
Jul 2011
Posts:
106
Plugin Contributions:
0

Remove [Next >>] or replace with 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?

:lamo:

11 Nov 2011, 7:33 AM
#2
usernamenone avatar

usernamenone

Totally Zenned

Join Date:
Sep 2006
Posts:
541
Plugin Contributions:
0

Re: Remove [Next >>] or replace with 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

11 Nov 2011, 5:17 PM
#3
hell_guapo avatar

hell_guapo

Zen Follower

Join Date:
Jul 2011
Posts:
106
Plugin Contributions:
0

Re: Remove [Next >>] or replace with button?

ooooh Thank you!

For the moment i only removed the square brackets. Looks better already :clap: