diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-01-08 15:37:24 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-01-08 15:37:24 -0800 |
commit | 5a8d48a86953781c682be7c8052ae804c65f7e3b (patch) | |
tree | 9425dd46f8997860a29b16d16a4d667336940ec8 /modules/slideshow/helpers/slideshow_theme.php | |
parent | 9864ab4b2708ec54c39092a21828403cbbd25e2e (diff) | |
parent | bd9f945e3f2de4ea2402bd3941dba69c79ddc5a4 (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Diffstat (limited to 'modules/slideshow/helpers/slideshow_theme.php')
-rw-r--r-- | modules/slideshow/helpers/slideshow_theme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/slideshow/helpers/slideshow_theme.php b/modules/slideshow/helpers/slideshow_theme.php index 163d2bd8..6aaf371c 100644 --- a/modules/slideshow/helpers/slideshow_theme.php +++ b/modules/slideshow/helpers/slideshow_theme.php @@ -18,7 +18,7 @@ * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ class slideshow_theme_Core { - static function head($theme) { + static function page_bottom($theme) { $proto = (empty($_SERVER["HTTPS"]) || $_SERVER["HTTPS"] === "off") ? "http" : "https"; return "<script src=\"$proto://apps.cooliris.com/slideshow/go.js\" " . "type=\"text/javascript\"></script>"; |