0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
7.0-0
/
standard
/
htdocs
/
templates
/
[
Home
]
File: tiki-articles-js.tpl
{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}