login | register
Wed 17 of Mar, 2010 (21:24 UTC)

bitweaver - Web Application Framework and CMS

Web Application Framework and CMS

Refresh cacheRSS feedPrint

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