Is there a list somewhere (searched in the documentation -no luck) on what variables can be called in a view?
I'm tweaking the "album.html.php" file, there will often be nested albums in this view, so the text from the <album description>field needs to be shown - 'tried $description but didn't seem to do anything.
thanks
Posts: 573
Subscribe
all the best
HB - http://www.image.agentura.dk
Posts: 16504
For future reference, you can just click on Subscribe post in the first post
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 722
The album description should be "$item->description". It's basically $item->COLUMNNAME where COLUMNNAME is the name of a field in the items table.