By ehasted on
I want to change the text in the book module that appear at the bottom of the pages saying
< > and Up
to Icons to make the pages more interesting.
Anyone know where this is done?
With thanks,
Ed
I want to change the text in the book module that appear at the bottom of the pages saying
< > and Up
to Icons to make the pages more interesting.
Anyone know where this is done?
With thanks,
Ed
Comments
theme override
Override this function from book.module with a phptemplate_book_navigation() function in your template.php file. You can change the $links to whatever icon you'd like.
Thanks - will try this later
Thanks - will try this later on today and report back.
Adding some span around the <>^
Hallo,
Thx a lot for this hint. But do you have some idea how I may add some spans arround the arrows?
I have tried it but the spans always are written out in escaped form.
The idea is to the the <>^ rendered into the html and when needed to set for display: none and use instead of this some background images.
All hints and workarounds are welcome.
Thx, Willi
or...
with css, add some rules to your stylesheet to add background-images to the book navigation
The theme override is probably the better option, though.
b
As I said I'll try both
As I said I'll try both these techniques. Very many thanks - Ed