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