Could it be possible to replace all of the occurences
of a same token in a context with only one assign?
ex:
<pre>
<tmpl:blah>
<a href="index.php?do=erase&id={ID}">
<a href="index.php?do=modify&id={ID}">
</tmpl:blah>
</pre>
Thanks
Logged In: YES
user_id=517548
just reinforcing the above request...
Logged In: YES
user_id=394899
It's done in version 1.1
Logged In: YES
user_id=394899
this could be done with
tmpl_set_global(int handle, string tag_name, string tag_value);
there have appeared some new functions in v1.1, and I need
some time to finish the project's documentation.
i'm sorry
Logged In: YES
user_id=394899
This has been fixed in version 1.2