thanks acrylian
in other words, there is no other way to print an album link, without creating album object?
The link will be in my header, or my footer, so it will be present on all pages of my site: I have to create object at each page reload?
I'm not sure that this solution has the best performance on the server side, don't you think ?
Is there no static method which allows to not create an object every times ?
something like
`Album::printAlbumLink('root_to_album)`