How do I check in Smarty, if Liberty content is in HTML?

by Stephan Borg
Friday, July 01, 2005
Posted to Developer's FAQ

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

Post Comment
If you are already registered, please enter your login credentials.
Anonymous Post