I have a .js file that has a nice slide show layout and here is some of the code for it:
slide_links:'false',//Individual links for each slide (Options: false, 'num', 'name', 'blank')
slides:[{image:'images/2.jpg', title:'Image Credit: John Doe'},
{image:'images/3.jpg', title:'Image Credit: John Doe'},
{image:'images/4.jpg', title:'Image Credit: John Doe'},
{image:'images/5.jpg', title:'Image Credit: John Doe'},
{image:'images/6.jpg', title:'Image Credit: John Doe'}]
});
});
I am wondering could I put a line of php like this in place of ONE of the 'images/2.jpg' lines to showcase a Group of images?