printParentBreadcrumbs doesn't link to correct pages

Hi all

`setOption('albums_per_page', 10)`

I have an album which has 25 subalbums.
I go to page two in subalbum list
I click on an album
The breadcrumb to the parent album links to the first page only

I may be missing something again :)

Comments

  • Could be, but since you have not told us much, not sure we can help you.
  • Well, that's about it :)

    `

    $parents = getParentAlbums();

    if(isset($parents[0])) $name = $parents[0] -> name;

    setOption('albums_per_page', 10);

    setOption('images_per_page', 20);

    if($name == 'books'){

    $title = 'Books';

    $meta = '';

    setOption('albums_per_page', 10);

    }

    `

Sign In or Register to comment.