From: Vincent Zanotti Date: Mon, 18 May 2009 22:40:22 +0000 (+0200) Subject: Fixes the iGoogle gadget (invalid order of javascript includes). X-Git-Tag: xorg/0.10.1~49^2~2 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=d252e2bcb708b5b93fc65c676d6eb2bb870b9bc2;p=platal.git Fixes the iGoogle gadget (invalid order of javascript includes). Signed-off-by: Vincent Zanotti --- diff --git a/templates/gadgets/ig-skin.tpl b/templates/gadgets/ig-skin.tpl index 050c14c..9c6b69e 100644 --- a/templates/gadgets/ig-skin.tpl +++ b/templates/gadgets/ig-skin.tpl @@ -24,14 +24,14 @@ - - - - + + {javascript name=jquery} + {javascript name=ajax} + {javascript name=xorg} + {javascript name=igoogle} {foreach from=$gadget_js item=js} {/foreach} - {if $gadget_tpl}{include file=$gadget_tpl}{/if}