hi people
sorry again I was wondering can I add in those java script in one of the theme i have?
The java script is call Status Bar Scripts where u can see flashing msg at the status bar.
solved about adding Java script
solved about adding Java script
Last edited by xiaoxue on Tue Sep 19, 2006 2:43 pm, edited 1 time in total.

-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: about adding Java script
Hi!
Sure, you can put javascript into your "index.tpl" file for example. Either embed them via <script src=XXX> in the head of your template file, or put the script itself into that file. Remember to replace { with {ldelim} and } with {rdelim}, or else Smarty will throw errors.
Regards,
Garvin
Sure, you can put javascript into your "index.tpl" file for example. Either embed them via <script src=XXX> in the head of your template file, or put the script itself into that file. Remember to replace { with {ldelim} and } with {rdelim}, or else Smarty will throw errors.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Re: about adding Java script
heehee thanks alot I slove it xDgarvinhicking wrote:Hi!
Sure, you can put javascript into your "index.tpl" file for example. Either embed them via <script src=XXX> in the head of your template file, or put the script itself into that file. Remember to replace { with {ldelim} and } with {rdelim}, or else Smarty will throw errors.
Regards,
Garvin
