I do not know where to look

xtrato

Avatar: xtrato

2010-10-31 11:33

Pages: « Previous 1 2 3 4 5 Next »

how do I figure instead of next where can I find

» Quick.Cart v3.x

xtrato

Avatar: xtrato

2010-10-31 11:37

Pages: Previous 1 2 3 4 5 Next

as put images instead of " NEXT "

boboo

Avatar: boboo

2010-11-01 13:35

In /libraries/Trash.php
find the function countPages()
At the end of this function you'll find this line:
$sPrev = $sUrl.LANG_PAGE_PREV.'</a> ';
and
$sNext = $sUrl.LANG_PAGE_NEXT.'</a>';
Exchange the defined constancies (LANG_PAGE_PREV & LANG_PAGE_NEXT) to the image.
Example:
$sPrev = $sUrl.'<img src="templates/img/prevlabel.gif"/>'.'</a> ';

http://skupienie.kimla.de/?software-quickcart,106

xtrato

Avatar: xtrato

2010-11-01 15:10

yes this I needed thank you very much

Back to top
about us | contact