function _photos_l in Album Photos 6.2
Same name and namespace in other branches
- 7.3 photos.module \_photos_l()
9 calls to _photos_l()
- photos_album_share in inc/
photos.album.inc - photos_data_album in inc/
photos.data.inc - photos_data_sub_block in inc/
photos.data.inc - photos_data_user in inc/
photos.data.inc - photos_down_page in inc/
photos.down.inc
File
- ./
photos.module, line 1412
Code
function _photos_l($path) {
return $GLOBALS['base_url'] . '/' . trim($path);
}