I have created a global array in include.php file of my custom module
$tmp = array(
'one' => 'one',
'two' => 'two'
);
jrCore_set_flag('my-custom-array', $tmp);
Now I want to access this array in tpl file.
Please help.
updated by @sbhadauria: 05/22/15 11:38:40AM