wrapper.html WHERE IS {$extra_javascripts} ?

ladogado

New Member
Hello!

I just recognized the {$extra_javascripts} in wrapper.html, but i can not find any .html template file for this?

best regards!
 

Basti

Administrator
Staff member
This tag is used for plugins, if they require javascript, or css ($css_styles}

In the plugin file you then simply call
Code:
$TMPL['extra_javascripts'] = 'javascript';
and it will be included.

If you just want to include some javascript, there is noneed to use this method, simply add it to wrapper
 

ladogado

New Member
i see, wrapper.html is a bit big, generally on templates I try to avoid doing many changes in a big file instead of a small one ^^
thx anyways!
 
Top