Gossamer Forum
Home : Products : Links 2.0 : Customization :

Page span problem

Quote Reply
Page span problem
When ever a catagory exceeds more than x links it looks like this:

Category1: subcat1: subcat2: page 2

Now i really want to change the "page 2" part to another text (another langue).

I've tried to locate the "page" text severel times, but i simply cant find it.

Can anyone help me please?

Thanks in advance.
Best Regards,
Maskinen

Quote Reply
Re: Page span problem In reply to
In nph-build.cgi, sub build_category_pages
Code:
$title_linked = &build_linked_title ("$cat/Page_$page_num/");
$title = &build_unlinked_title ("$cat/Page_$page_num/");
Make sure you use underscores instead of spaces.

--Drew
Quote Reply
Re: Page span problem In reply to
It worked.... Thanks... ;-)

Best Regards,
Maskinen