News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

Variables

Started by pea32ant, July 04, 2006, 11:03:32 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

pea32ant

How can I get URL of each photo?

I mean    $picture_url        or not?

I want to use it in theme.php


--
Thank you

pea32ant

I mean I want to get LINK
like this
http://www.gallery.com/albums/users/12123/image.jpg

I want to make some manipulations with picture

Nibbler

Depends where in the code you need to use it.

pea32ant

#3
---------
|          |
|          |
|          |
---------
TITLE of the IMAGE

=here=


maybe   '{IMAGE}' => $CURRENT_PIC_DATA['header'].$CURRENT_PIC_DATA['html'].$CURRENT_PIC_DATA['footer'],

but I need only URL from Normal picture

pea32ant