PDA


View Full Version : Specific Directory Icons


Nero
09-26-2004, 06:37 AM
Can in future versions make support specific icons for each directories in vBLinks? It can be just a path to a small (like avatars) images.

Thank you

Brian
09-26-2004, 02:15 PM
That wouldn't be too hard to do in the current version with a couple of if conditions...

<if condition="in_array($cats['catid'], array(A,B,C))"><img src="path/to/image.gif" /></if>
<if condition="in_array($cats['catid'], array(X,Y,Z))"><img src="path/to/image2.gif" /></if>