View Single Post
  #7  
Old 05-09-2014, 08:37 AM
 
DBK Web Builder DBK Web Builder is offline
 

Advanced Member
  
Join Date: Apr 2014
Location: NJ
Posts: 67
 

Default Re: integer math in a smarty template

I got this to work by doing the math in the assign

{assign var='iprev' value='100'}

{foreach from=$pages_menu item=p name=page}
{if $p.orderby gte 100 }
{assign var='idiff' value=$p.orderby - $iprev}

....
{assign var='iprev' value='200'}

etc.

thanks for pointing me in the right direction !

Donna
__________________
4.6.2 and 4.6.3
http://www.DBKWebBuilder.com
Reply With Quote