How to use CGExtensions?
Posted: Sun Jan 18, 2015 11:30 pm
Hi all
Sorry for the newbie question but I don't think I'm using CGExtensions correctly. I have in my template the following:
But it doesn't appear to work. Nor does or
Am I using it incorrectly?
Thanks in advance
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