I'm just trying to check in a list view if the article is in a folder of not and show a different message if it is. I've done this but i guess it's not the way to do it.
- Code: Select all
<cms:pages masterpage='article.php' >
<cms:if folder='video'>
I have a video
<cms:else />
I have only and image
</cms:if>
</cms:pages>