Variables Variables
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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