login | register
Mon 08 of Sep, 2008 (03:44 UTC)

bitweaver - Web Application Framework and CMS

Web Application Framework and CMS

Refresh cache

How do I check for a preference setting in Smarty?

by Stephan Borg
Friday 01 of July, 2005
Posted to Developer's FAQ
{if $gBitSystemPrefs.tinymce_ask eq 'y'}
    This setting is 'yes'!
{else}
    This setting is 'no'!
{/if}

Comments