Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
<?php
$album = get_album_by_id(4);
$album['relative_path'] = $album['collection_path'].'/'.$album['album_path'].'/';
?>
<?php
$picture = get_picture_by_id(19);
$picture['relative_path'] = $picture['path'];
?>
1 to 4 of 4