Welcome Guest, Not a member yet? Register   Sign In
CSS style and pagination and other problems?!
#5

[eluser]InsiteFX[/eluser]
Also these 2 lines are wrong!
Code:
// wrong
$pagination_config['first_link'] = 'Start';
$pagination_config['last_link'] = 'End';

// should be:
$config['first_link'] = 'Start';
$config['last_link'] = 'End';

Also you can set the class anchor like so:
Code:
$config['anchor_class'] = 'bluewhite';

InsiteFX


Messages In This Thread
CSS style and pagination and other problems?! - by El Forum - 12-28-2009, 03:06 PM
CSS style and pagination and other problems?! - by El Forum - 12-28-2009, 05:05 PM
CSS style and pagination and other problems?! - by El Forum - 12-29-2009, 10:16 AM
CSS style and pagination and other problems?! - by El Forum - 01-31-2011, 06:48 PM
CSS style and pagination and other problems?! - by El Forum - 01-31-2011, 08:50 PM



Theme © iAndrew 2016 - Forum software by © MyBB