Quote Originally Posted by picaflor-azul View Post
The only changes I made to that file are the ones in this post for the view all link. I started from a fresh 1.5.1 version of the file:

http://www.zen-cart.com/showthread.p...915#post551915



Thanks,

Anne
The split_page_results.php file that comes with your template appears to be EXACTLY the same as the one used in that post from 2008.. However, that split_page_results.php file appears to be a MUCH older version of the split_page_results.php file.

From the top of the file that comes with this template:
Code:
 * split_page_results Class.
 *
 * @package classes
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: split_page_results.php 3041 2006-02-15 21:56:45Z wilt $
From the v1.5.1 fileset (just downloaded a FRESH copy of v1.5.1 just to sure..
Code:
 * split_page_results Class.
 *
 * @package classes
 * @copyright Copyright 2003-2012 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version GIT: $Id: Author: Ian Wilson  Fri Aug 17 17:54:58 2012 +0100 Modified in v1.5.1 $
Note the year for the file included with this template says 2006 vs 2012 from the v1.5.1 file..