Forums / Developer / how to include a javascript in the tpl??

how to include a javascript in the tpl??

Author Message

M Farhan

Monday 23 June 2003 1:00:48 am

Is there any specific way of inserting the javascript in a tpl, as it doesnt work by simply inserting in the script in the tpl.

Thanks in advance
MF

Selmah Maxim

Monday 23 June 2003 1:11:48 am

Hi

use:

{literal}
js code come here !
{/literal}

Karsten Jennissen

Monday 23 June 2003 1:18:57 am

See docs:
http://ez.no/developer/ez_publish_3/documentation/ez_publish_3/howtos/how_can_i_use_the_characters_and_in_templates

Karsten