Variables Variables
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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