How do I check in Smarty, if Liberty content is in HTML?
posted by Stephan Borg on 01 Jul 2005 (12:03 UTC)

<?php
{if $gContent->mInfo.format_guid == 'bithtml'}
    
This is HTML content!
{/if}
?>


Permalink (referenced by: 0 posts references: 0 posts)