+ Reply to Thread
Results 1 to 3 of 3

Thread: Adding to PHP Array...

  1. #1

    Adding to PHP Array...

    Hello,

    I would like to add the country name as the alt & title tag to each of the images in my php array: How can I do it?

    Note: Country name from the url as in Andorra,

    Brian

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello,

    if you need to use country from geo filter plugin in your array you can use like this:

    PHP Code:
    Only registered members can view the code

  3. #3
    Hello Brian,

    I suggest you add an array with country name, title and image name.
    For example:

    PHP Code:
    Only registered members can view the code
    then register in smarty and in smarty use it.
    Last edited by Viktor; April 30, 2018 at 04:33 AM.
    Viktor,
    Flynax technical department,
    Best wishes.

+ Reply to Thread