zpSkeleton: Changing thumbnail li class

Hi,

I'm modifying the zpSkeleton theme and I can't figure out how to change the li class specified in the Latest Images/Random Images section.

The code in the theme file:
`



<?php printRandomImages(48,'random-image','all','',180,120,true); ?>



`

Which produces the HTML output:
`

  • ...

  • ...

  • ...

  • ...



`

I'd like to change `<li class="two columns...` to `<li class="three columns...` but don't know where to change it.

Any help appreciated.

Comments

  • fretzl Administrator, Developer
    The `two columns image imagegrid` part is inserted by a jQuery function which can be found in the `zpskeleton.js` file.
  • Thanks for the reply! Found it and changed it.
Sign In or Register to comment.