From d252e2bcb708b5b93fc65c676d6eb2bb870b9bc2 Mon Sep 17 00:00:00 2001 From: Vincent Zanotti Date: Tue, 19 May 2009 00:40:22 +0200 Subject: [PATCH] Fixes the iGoogle gadget (invalid order of javascript includes). Signed-off-by: Vincent Zanotti --- templates/gadgets/ig-skin.tpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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} -- 2.1.4