You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
331 B

{* $Id$ *}
{jq notonready=true}
var articleTypes = new Array();
{{foreach from=$types key=type item=properties}
typeProp = new Array();
{foreach from=$properties key=prop item=value}
typeProp['{$prop|escape}'] = '{$value|escape}';
{/foreach}
articleTypes['{$type|escape}'] = typeProp;
{/foreach}}
{/jq}