Active
Project:
Custom Pagers
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2010 at 21:48 UTC
Updated:
12 Feb 2010 at 21:49 UTC
Jump to comment: Most recent file
I found that when I tried to alter $previous or $next using the same:
$nav = $nav_array;
$previous = !empty($nav['prev']) ? l('‹ ' . t('previous'), 'node/'. $nav['prev']) : '';from my custom_pager.tpl.php that any alteration to $previous would not work. I finally got it working by removing the non html entity character. Attached is a patch that uses html entities for the pager's arrows.
the comment here may be related: #276804-2: custom pagers icon navigation
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | custom_pagers-htmlentites.patch | 1.17 KB | nicholas.alipaz |
Comments
Comment #1
nicholas.alipaz commentedattaching patch