diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-04-05 02:47:35 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-04-05 02:47:35 +0000 |
commit | 7d712ecd9629de7f15f79a175fd95866e75645ac (patch) | |
tree | 50a9467d7a7e15fe68ff1d401a1c62cd46bc5203 /modules/slideshow/helpers/slideshow_theme.php | |
parent | d9c1dd67d44aaca6d0cc87f4e5e683252ee17072 (diff) |
Use the optimized version of PicLens to reduce download times ftw!
Diffstat (limited to 'modules/slideshow/helpers/slideshow_theme.php')
-rw-r--r-- | modules/slideshow/helpers/slideshow_theme.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/slideshow/helpers/slideshow_theme.php b/modules/slideshow/helpers/slideshow_theme.php index 56349dda..b3e30f4c 100644 --- a/modules/slideshow/helpers/slideshow_theme.php +++ b/modules/slideshow/helpers/slideshow_theme.php @@ -19,7 +19,7 @@ */ class slideshow_theme_Core { static function head($theme) { - return "<script src=\"http://lite.piclens.com/current/piclens.js\" type=\"text/javascript\">" . - "</script>"; + return "<script src=\"http://lite.piclens.com/current/piclens_optimized.js\"" . + "type=\"text/javascript\"></script>"; } } |