Hi,
I would like to know how I can add a variable in every smarty template. For example, we can use {$urls.base_url} because $urls is an array that has been assigned for all templates.
How can I have {$my_global_variable} available everywhere?
I tried a hook in ho...