Hi, sorry for my english, i'm french,
Since 5years, i have been used tbs 3.2.0, and i updated to 3.9.0 2 hours ago.
So i have a new problem, this is:
In my code php i have:
$_render = array();
$_render['path_menu'] = "game/template/block/menu.block.html";
|
In my html template i have
<div>[var._render.path_menu]</div>[onload;file=]
|
No problem for now, it's print me "game/template/block/menu.block.html",
but now when i put this
<div>[onload;file=[var._render.path_menu]]</div>
|
TinyButStrong Error in field [var._render.path_menu...]: item 'path_menu' is not an existing key in the array. This message can be cancelled using parameter 'noerr'.
I dont understand, why tbs cannt find path_menu....
Can you help me please ? I'm trying upgrade my tbs code 3.2.0 to 3.9.0, not easy, thanks you