image_album_statistics / Get parent album title

Hi, sorry to trouble you.

Situation:

Album
|
|
Subalbum_1 | Subalbum_2 ---Pictures
|
|
Pictures

When I use `printLatestUpdatedAlbums` with `showtitle` it return "Subalbum1" and "Subalbum2" as titles , I have change `$tempalbum->getTitle()` to `$tempalbum->name`

and got "Album/Subalbum_1" and "Album/Subalbum_2" as title.

It's possible to get only "Album" without "Subalbum_1" in title name ?

Comments

Sign In or Register to comment.