PDA

View Full Version : custom section titles for article sections in CMS


Theda
03-09-2010, 12:47 AM
I'm trying to write some code to show custom image titles for sections, only I'm really not familiar yet with this new system and haven't written code for a while.

What am I doing wrong?


<vb:if condition="$title = 'News'">
<img src="images/styles/stylename/news.png">
</vb:if>

<vb:if condition="$title = 'Roster'">
<img src="images/styles/stylename/roster.png">
</vb:if>

<vb:if condition="$title = 'Recruitment'">
<img src="images/styles/stylename/recruitment.png">
</vb:if>