Creating second template with random image link text

I am using <?php printRandomImagesCustom(16,'','all','',100,100,true); ?>
on pages-templates.
So..
I have one template displaying random images only.

With a second page template I need a slightly different display.
<?php printRandomImagesCustom(16,'','all','',100,100,true); ?>
below each thumbnail i need the album name and the image text link.
Does anyone know a quick fix /shortcut for this?

Comments

  • acrylian Administrator, Developer
    Further edit the function maybe since it is a custom one for whatever theme anyway?
  • ah you make it sound so easy...
  • acrylian Administrator, Developer
    Sorry, but I don't even know that function. See the user guide about the object model tutorial. that will surely be of help.
Sign In or Register to comment.