Sorry for the newbie question but I don't think I'm using CGExtensions correctly. I have in my template the following:
Code: Select all
{cge_is_smartphone assign='isphone'}
{if $isphone}PHONE<br>
{else}
NOT A PHONE<br>
{/if}Code: Select all
{cge_getbrowser assign='browser'}Code: Select all
{cge_isie assign='ie'}Thanks in advance


